﻿/*!
 * Package: Investorm
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version : 1.1.0
 * Updated : 06.27.2021
**/
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Light.eot");
	src: local("Roboto Light"), local("Roboto-Light"),
		url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Roboto-Light.woff2") format("woff2"),
		url("../fonts/Roboto-Light.woff") format("woff"),
		url("../fonts/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular.eot");
	src: local("Roboto"), local("Roboto-Regular"),
		url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Roboto-Regular.woff2") format("woff2"),
		url("../fonts/Roboto-Regular.woff") format("woff"),
		url("../fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.eot");
	src: local("Roboto Medium"), local("Roboto-Medium"),
		url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Roboto-Medium.woff2") format("woff2"),
		url("../fonts/Roboto-Medium.woff") format("woff"),
		url("../fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold.eot");
	src: local("Roboto Bold"), local("Roboto-Medium"),
		url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Roboto-Bold.woff2") format("woff2"),
		url("../fonts/Roboto-Bold.woff") format("woff"),
		url("../fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
:root {
	--blue: #559bfb;
	--indigo: #2c3782;
	--purple: #816bff;
	--pink: #ff63a5;
	--red: #e85347;
	--orange: #ffa353;
	--yellow: #f4bd0e;
	--green: #1ee0ac;
	--teal: #20c997;
	--cyan: #088b6b;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #0de7b2;
	--secondary: #364a63;
	--success: #1ee0ac;
	--info: #088b6b;
	--warning: #f4bd0e;
	--danger: #e85347;
	--dark: #1c2b46;
	--gray: #8091a7;
	--light: #e5e9f2;
	--lighter: #f5f6fa;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1540px;
	--font-family-sans-serif: Roboto, "Helvetica Neue", Arial, "Noto Sans",
		sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.65;
	color: #526484;
	text-align: left;
	background-color: #f5f6fa;
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #0894ff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0078d4;
	text-decoration: underline;
}
a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #8094ae;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
label {
	display: inline-block;
	margin-bottom: 16px;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[role="button"] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: Roboto;
	font-weight: 700;
	line-height: 1.1;
	color: #364a63;
}
h1,
.h1 {
	font-size: 2rem;
}
h2,
.h2 {
	font-size: 1.75rem;
}
h3,
.h3 {
	font-size: 1.5rem;
}
h4,
.h4 {
	font-size: 1.25rem;
}
h5,
.h5 {
	font-size: 1.15rem;
}
h6,
.h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.00625rem;
	font-weight: 400;
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #b7c2d0;
}
small,
.small {
	font-size: 85%;
	font-weight: 400;
}
mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.09375rem;
}
.blockquote-footer {
	display: block;
	font-size: 85%;
	color: #b6c6e3;
}
.blockquote-footer::before {
	content: "\2014\00A0";
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #f5f6fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #6c757d;
}
code {
	font-size: 87.5%;
	color: #ff63a5;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 3px;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: 14px;
	padding-left: 14px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}
}
@media (min-width: 1540px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1440px;
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -14px;
	margin-left: -14px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 14px;
	padding-left: 14px;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}
.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}
.row-cols-6 > * {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	order: -1;
}
.order-last {
	order: 13;
}
.order-0 {
	order: 0;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.order-4 {
	order: 4;
}
.order-5 {
	order: 5;
}
.order-6 {
	order: 6;
}
.order-7 {
	order: 7;
}
.order-8 {
	order: 8;
}
.order-9 {
	order: 9;
}
.order-10 {
	order: 10;
}
.order-11 {
	order: 11;
}
.order-12 {
	order: 12;
}
.offset-1 {
	margin-left: 8.33333%;
}
.offset-2 {
	margin-left: 16.66667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333%;
}
.offset-5 {
	margin-left: 41.66667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333%;
}
.offset-8 {
	margin-left: 66.66667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333%;
}
.offset-11 {
	margin-left: 91.66667%;
}
@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 1540px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		order: -1;
	}
	.order-xxl-last {
		order: 13;
	}
	.order-xxl-0 {
		order: 0;
	}
	.order-xxl-1 {
		order: 1;
	}
	.order-xxl-2 {
		order: 2;
	}
	.order-xxl-3 {
		order: 3;
	}
	.order-xxl-4 {
		order: 4;
	}
	.order-xxl-5 {
		order: 5;
	}
	.order-xxl-6 {
		order: 6;
	}
	.order-xxl-7 {
		order: 7;
	}
	.order-xxl-8 {
		order: 8;
	}
	.order-xxl-9 {
		order: 9;
	}
	.order-xxl-10 {
		order: 10;
	}
	.order-xxl-11 {
		order: 11;
	}
	.order-xxl-12 {
		order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #526484;
}
.table th,
.table td {
	padding: 0.5rem;
	vertical-align: top;
	border-top: 1px solid #dbdfea;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dbdfea;
}
.table tbody + tbody {
	border-top: 2px solid #dbdfea;
}
.table-sm th,
.table-sm td {
	padding: 0.25rem;
}
.table-bordered {
	border: 1px solid #dbdfea;
}
.table-bordered th,
.table-bordered td {
	border: 1px solid #dbdfea;
}
.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f5f6fa;
}
.table-hover tbody tr:hover {
	color: #526484;
	background-color: #f5f6fa;
}
.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8dbff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
	border-color: #7cbbff;
}
.table-hover .table-primary:hover {
	background-color: #9fceff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fceff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #c7ccd3;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
	border-color: #96a1ae;
}
.table-hover .table-secondary:hover {
	background-color: #b9bfc8;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #b9bfc8;
}
.table-success,
.table-success > th,
.table-success > td {
	background-color: #c0f6e8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
	border-color: #8aefd4;
}
.table-hover .table-success:hover {
	background-color: #aaf3e0;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #aaf3e0;
}
.table-info,
.table-info > th,
.table-info > td {
	background-color: #c6eaf8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
	border-color: #95d9f1;
}
.table-hover .table-info:hover {
	background-color: #afe2f5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #afe2f5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #fcedbc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
	border-color: #f9dd82;
}
.table-hover .table-warning:hover {
	background-color: #fbe6a4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #fbe6a4;
}
.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f9cfcb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
	border-color: #f3a69f;
}
.table-hover .table-danger:hover {
	background-color: #f6bab4;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f6bab4;
}
.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #bfc4cb;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
	border-color: #89919f;
}
.table-hover .table-dark:hover {
	background-color: #b1b7c0;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b1b7c0;
}
.table-gray,
.table-gray > th,
.table-gray > td {
	background-color: #dbe0e6;
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
	border-color: #bdc6d1;
}
.table-hover .table-gray:hover {
	background-color: #ccd3dc;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
	background-color: #ccd3dc;
}
.table-light,
.table-light > th,
.table-light > td {
	background-color: #f8f9fb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
	border-color: #f1f4f8;
}
.table-hover .table-light:hover {
	background-color: #e8ebf2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #e8ebf2;
}
.table-lighter,
.table-lighter > th,
.table-lighter > td {
	background-color: #fcfcfe;
}
.table-lighter th,
.table-lighter td,
.table-lighter thead th,
.table-lighter tbody + tbody {
	border-color: #fafafc;
}
.table-hover .table-lighter:hover {
	background-color: #e9e9f8;
}
.table-hover .table-lighter:hover > td,
.table-hover .table-lighter:hover > th {
	background-color: #e9e9f8;
}
.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
	color: #fff;
	background-color: #2b3748;
	border-color: #3c4d62;
}
.table .thead-light th {
	color: #364a63;
	background-color: #f5f6fa;
	border-color: #dbdfea;
}
.table-dark {
	color: #fff;
	background-color: #2b3748;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #3c4d62;
}
.table-dark.table-bordered {
	border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: #344357;
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: #344357;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1539.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xxl > .table-bordered {
		border: 0;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
	border: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.125rem + 2px);
	padding: 0.4375rem 1rem;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #3c4d62;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #3c4d62;
}
.form-control:focus {
	color: #3c4d62;
	background-color: #fff;
	border-color: #0de7b2;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.form-control::placeholder {
	color: #b6c6e3;
	opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #f5f6fa;
	opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	appearance: none;
}
select.form-control:focus::-ms-value {
	color: #3c4d62;
	background-color: #fff;
}
.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}
.col-form-label {
	padding-top: calc(0.4375rem + 1px);
	padding-bottom: calc(0.4375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.25rem;
}
.col-form-label-lg {
	padding-top: calc(0.6875rem + 1px);
	padding-bottom: calc(0.6875rem + 1px);
	font-size: 0.9375rem;
	line-height: 1.25rem;
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.75rem;
	line-height: 1.25rem;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.4375rem 0;
	margin-bottom: 0;
	font-size: 0.8125rem;
	line-height: 1.25rem;
	color: #364a63;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}
.form-control-sm {
	height: calc(1.75rem + 2px);
	padding: 0.25rem 1rem;
	font-size: 0.75rem;
	line-height: 1.25rem;
	border-radius: 3px;
}
.form-control-lg {
	height: calc(2.625rem + 2px);
	padding: 0.6875rem 1rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	border-radius: 5px;
}
select.form-control[size],
select.form-control[multiple] {
	height: auto;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 1rem;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}
.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	color: #8094ae;
}
.form-check-label {
	margin-bottom: 0;
}
.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #1ee0ac;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.75rem;
	margin-top: 0.1rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(30, 224, 172, 0.9);
	border-radius: 3px;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
	left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #1ee0ac;
	padding-right: 2.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231ee0ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right add(0.3125rem, 0.21875rem) center;
	background-size: add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #1ee0ac;
	box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: 2.125rem;
	background-position: top add(0.3125rem, 0.21875rem) right
		add(0.3125rem, 0.21875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #1ee0ac;
	padding-right: calc(0.75em + 2.65625rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
			right 1rem center/8px 10px no-repeat,
		#fff
			url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231ee0ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
			center right 2rem / add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem)
			no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #1ee0ac;
	box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #1ee0ac;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
	color: #1ee0ac;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #1ee0ac;
}
.was-validated
	.custom-control-input:valid:checked
	~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #4ae7bd;
	background-color: #4ae7bd;
}
.was-validated
	.custom-control-input:valid:focus
	~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.25);
}
.was-validated
	.custom-control-input:valid:focus:not(:checked)
	~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #1ee0ac;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
	border-color: #1ee0ac;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #1ee0ac;
	box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.25);
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #e85347;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.75rem;
	margin-top: 0.1rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(232, 83, 71, 0.9);
	border-radius: 3px;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
	left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #e85347;
	padding-right: 2.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e85347' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e85347' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right add(0.3125rem, 0.21875rem) center;
	background-size: add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #e85347;
	box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: 2.125rem;
	background-position: top add(0.3125rem, 0.21875rem) right
		add(0.3125rem, 0.21875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #e85347;
	padding-right: calc(0.75em + 2.65625rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
			right 1rem center/8px 10px no-repeat,
		#fff
			url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e85347' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e85347' stroke='none'/%3e%3c/svg%3e")
			center right 2rem / add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem)
			no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #e85347;
	box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #e85347;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
	color: #e85347;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #e85347;
}
.was-validated
	.custom-control-input:invalid:checked
	~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #ee7d74;
	background-color: #ee7d74;
}
.was-validated
	.custom-control-input:invalid:focus
	~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.25);
}
.was-validated
	.custom-control-input:invalid:focus:not(:checked)
	~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #e85347;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #e85347;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #e85347;
	box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.25);
}
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.form-inline .form-check {
	width: 100%;
}
@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}
.btn {
	display: inline-block;
	font-family: Roboto;
	font-weight: 700;
	color: #526484;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.4375rem 1.125rem;
	font-size: 0.8125rem;
	line-height: 1.25rem;
	border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #526484;
	text-decoration: none;
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.5;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.btn-primary:hover {
	color: #fff;
	background-color: #8aefd4;
	border-color: #8aefd4;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #006adc;
	border-color: #8aefd4;
	box-shadow: 0 0 0 0.2rem rgba(41, 145, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #8aefd4;
	border-color: #0de7b2;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(41, 145, 255, 0.5);
}
.btn-secondary {
	color: #fff;
	background-color: #364a63;
	border-color: #364a63;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #29384a;
	border-color: #243142;
}
.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #29384a;
	border-color: #243142;
	box-shadow: 0 0 0 0.2rem rgba(84, 101, 122, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #364a63;
	border-color: #364a63;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #243142;
	border-color: #202b3a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(84, 101, 122, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #1ee0ac;
	border-color: #1ee0ac;
}
.btn-success:hover {
	color: #fff;
	background-color: #19be92;
	border-color: #18b389;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #19be92;
	border-color: #18b389;
	box-shadow: 0 0 0 0.2rem rgba(64, 229, 184, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #1ee0ac;
	border-color: #1ee0ac;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #18b389;
	border-color: #16a881;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(64, 229, 184, 0.5);
}
.btn-info {
	color: #fff;
	background-color: #088b6b;
	border-color: #088b6b;
}
.btn-info:hover {
	color: #fff;
	background-color: #1ba4d6;
	border-color: #1a9bcb;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #1ba4d6;
	border-color: #1a9bcb;
	box-shadow: 0 0 0 0.2rem rgba(82, 192, 233, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #088b6b;
	border-color: #088b6b;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #1a9bcb;
	border-color: #1893c0;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 192, 233, 0.5);
}
.btn-warning {
	color: #fff;
	background-color: #f4bd0e;
	border-color: #f4bd0e;
}
.btn-warning:hover {
	color: #fff;
	background-color: #d2a20a;
	border-color: #c69909;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #d2a20a;
	border-color: #c69909;
	box-shadow: 0 0 0 0.2rem rgba(246, 199, 50, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	background-color: #f4bd0e;
	border-color: #f4bd0e;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #c69909;
	border-color: #ba8f08;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(246, 199, 50, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #e85347;
	border-color: #e85347;
}
.btn-danger:hover {
	color: #fff;
	background-color: #e43325;
	border-color: #e02b1c;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #e43325;
	border-color: #e02b1c;
	box-shadow: 0 0 0 0.2rem rgba(235, 109, 99, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #e85347;
	border-color: #e85347;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #e02b1c;
	border-color: #d5281b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(235, 109, 99, 0.5);
}
.btn-dark {
	color: #fff;
	background-color: #1c2b46;
	border-color: #1c2b46;
}
.btn-dark:hover {
	color: #fff;
	background-color: #111a2b;
	border-color: #0d1522;
}
.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #111a2b;
	border-color: #0d1522;
	box-shadow: 0 0 0 0.2rem rgba(62, 75, 98, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #1c2b46;
	border-color: #1c2b46;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #0d1522;
	border-color: #0a0f18;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(62, 75, 98, 0.5);
}
.btn-gray {
	color: #fff;
	background-color: #8091a7;
	border-color: #8091a7;
}
.btn-gray:hover {
	color: #fff;
	background-color: #697d97;
	border-color: #647790;
}
.btn-gray:focus,
.btn-gray.focus {
	color: #fff;
	background-color: #697d97;
	border-color: #647790;
	box-shadow: 0 0 0 0.2rem rgba(147, 162, 180, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
	color: #fff;
	background-color: #8091a7;
	border-color: #8091a7;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
	color: #fff;
	background-color: #647790;
	border-color: #5f7189;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(147, 162, 180, 0.5);
}
.btn-light {
	color: #101924;
	background-color: #e5e9f2;
	border-color: #e5e9f2;
}
.btn-light:hover {
	color: #101924;
	background-color: #ccd3e5;
	border-color: #c3cce1;
}
.btn-light:focus,
.btn-light.focus {
	color: #101924;
	background-color: #ccd3e5;
	border-color: #c3cce1;
	box-shadow: 0 0 0 0.2rem rgba(197, 202, 211, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #101924;
	background-color: #e5e9f2;
	border-color: #e5e9f2;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #101924;
	background-color: #c3cce1;
	border-color: #bbc5dd;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(197, 202, 211, 0.5);
}
.btn-lighter {
	color: #101924;
	background-color: #f5f6fa;
	border-color: #f5f6fa;
}
.btn-lighter:hover {
	color: #101924;
	background-color: #dcdfed;
	border-color: #d3d7e9;
}
.btn-lighter:focus,
.btn-lighter.focus {
	color: #101924;
	background-color: #dcdfed;
	border-color: #d3d7e9;
	box-shadow: 0 0 0 0.2rem rgba(211, 213, 218, 0.5);
}
.btn-lighter.disabled,
.btn-lighter:disabled {
	color: #101924;
	background-color: #f5f6fa;
	border-color: #f5f6fa;
}
.btn-lighter:not(:disabled):not(.disabled):active,
.btn-lighter:not(:disabled):not(.disabled).active,
.show > .btn-lighter.dropdown-toggle {
	color: #101924;
	background-color: #d3d7e9;
	border-color: #cbd0e5;
}
.btn-lighter:not(:disabled):not(.disabled):active:focus,
.btn-lighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(211, 213, 218, 0.5);
}
.btn-outline-primary {
	color: #0de7b2;
	border-color: #0de7b2;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(3, 125, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0de7b2;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(3, 125, 255, 0.5);
}
.btn-outline-secondary {
	color: #364a63;
	border-color: #364a63;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #364a63;
	border-color: #364a63;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(54, 74, 99, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #364a63;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #364a63;
	border-color: #364a63;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(54, 74, 99, 0.5);
}
.btn-outline-success {
	color: #1ee0ac;
	border-color: #1ee0ac;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #1ee0ac;
	border-color: #1ee0ac;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #1ee0ac;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #1ee0ac;
	border-color: #1ee0ac;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.5);
}
.btn-outline-info {
	color: #088b6b;
	border-color: #088b6b;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #088b6b;
	border-color: #088b6b;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 181, 229, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #088b6b;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #088b6b;
	border-color: #088b6b;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 181, 229, 0.5);
}
.btn-outline-warning {
	color: #f4bd0e;
	border-color: #f4bd0e;
}
.btn-outline-warning:hover {
	color: #fff;
	background-color: #f4bd0e;
	border-color: #f4bd0e;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(244, 189, 14, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #f4bd0e;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f4bd0e;
	border-color: #f4bd0e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(244, 189, 14, 0.5);
}
.btn-outline-danger {
	color: #e85347;
	border-color: #e85347;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #e85347;
	border-color: #e85347;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #e85347;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #e85347;
	border-color: #e85347;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.5);
}
.btn-outline-dark {
	color: #1c2b46;
	border-color: #1c2b46;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #1c2b46;
	border-color: #1c2b46;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(28, 43, 70, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #1c2b46;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #1c2b46;
	border-color: #1c2b46;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(28, 43, 70, 0.5);
}
.btn-outline-gray {
	color: #8091a7;
	border-color: #8091a7;
}
.btn-outline-gray:hover {
	color: #fff;
	background-color: #8091a7;
	border-color: #8091a7;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
	box-shadow: 0 0 0 0.2rem rgba(128, 145, 167, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
	color: #8091a7;
	background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
	color: #fff;
	background-color: #8091a7;
	border-color: #8091a7;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(128, 145, 167, 0.5);
}
.btn-outline-light {
	color: #e5e9f2;
	border-color: #e5e9f2;
}
.btn-outline-light:hover {
	color: #101924;
	background-color: #e5e9f2;
	border-color: #e5e9f2;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(229, 233, 242, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #e5e9f2;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #101924;
	background-color: #e5e9f2;
	border-color: #e5e9f2;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(229, 233, 242, 0.5);
}
.btn-outline-lighter {
	color: #f5f6fa;
	border-color: #f5f6fa;
}
.btn-outline-lighter:hover {
	color: #101924;
	background-color: #f5f6fa;
	border-color: #f5f6fa;
}
.btn-outline-lighter:focus,
.btn-outline-lighter.focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 246, 250, 0.5);
}
.btn-outline-lighter.disabled,
.btn-outline-lighter:disabled {
	color: #f5f6fa;
	background-color: transparent;
}
.btn-outline-lighter:not(:disabled):not(.disabled):active,
.btn-outline-lighter:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter.dropdown-toggle {
	color: #101924;
	background-color: #f5f6fa;
	border-color: #f5f6fa;
}
.btn-outline-lighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 246, 250, 0.5);
}
.btn-link {
	font-weight: 400;
	color: #0894ff;
	text-decoration: none;
}
.btn-link:hover {
	color: #0078d4;
	text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
	color: #f5f6fa;
	pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 0.6875rem 1.5rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	line-height: 1.25rem;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 180px;
	padding: 0 0;
	margin: 0.125rem 0 0;
	font-size: 0.8125rem;
	color: #526484;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e5e9f2;
	border-radius: 4px;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1540px) {
	.dropdown-menu-xxl-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xxl-right {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropright .dropdown-toggle::after {
	vertical-align: 0;
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropleft .dropdown-toggle::after {
	display: none;
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}
.dropdown-divider {
	height: 0;
	margin: 12px 0;
	overflow: hidden;
	border-top: 1px solid #e5e9f2;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 8px 14px;
	clear: both;
	font-weight: 400;
	color: #364a63;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:first-child {
	border-top-left-radius: calc(4px - 1px);
	border-top-right-radius: calc(4px - 1px);
}
.dropdown-item:last-child {
	border-bottom-right-radius: calc(4px - 1px);
	border-bottom-left-radius: calc(4px - 1px);
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #0de7b2;
	text-decoration: none;
	background-color: #ebeef2;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #0de7b2;
	text-decoration: none;
	background-color: #dbdfea;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #ebeef2;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: 0 14px;
	margin-bottom: 0;
	font-size: 0.75rem;
	color: #8091a7;
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: 8px 14px;
	color: #364a63;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}
.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
	padding-right: 0.84375rem;
	padding-left: 0.84375rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem;
}
.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .custom-file {
	display: flex;
	align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation)
	> .custom-file:not(:last-child)
	.custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation
	> .custom-file:nth-last-child(n + 3)
	.custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
	display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -1px;
}
.input-group-prepend {
	margin-right: -1px;
}
.input-group-append {
	margin-left: -1px;
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.4375rem 1rem;
	margin-bottom: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #3c4d62;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #dbdfea;
	border-radius: 4px;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(2.625rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.6875rem 1rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	border-radius: 5px;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.75rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 1rem;
	font-size: 0.75rem;
	line-height: 1.25rem;
	border-radius: 3px;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
	> .input-group-append:not(:last-child)
	> .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
	> .input-group-append:nth-last-child(n + 3)
	> .input-group-text,
.input-group
	> .input-group-append:last-child
	> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
	> .input-group-append:last-child
	> .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
	> .input-group-prepend:first-child
	> .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.44375rem;
	padding-left: 2.25rem;
	color-adjust: exact;
}
.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1.5rem;
	height: 1.47187rem;
	opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #0de7b2;
	background-color: #0de7b2;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #0de7b2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #f5f6fa;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}
.custom-control-label::before {
	position: absolute;
	top: -0.02813rem;
	left: -2.25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #dbdfea solid 2px;
}
.custom-control-label::after {
	position: absolute;
	top: -0.02813rem;
	left: -2.25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label::before {
	border-color: #559bfb;
	background-color: #559bfb;
}
.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background-color: rgba(3, 125, 255, 0.8);
}
.custom-checkbox
	.custom-control-input:disabled:indeterminate
	~ .custom-control-label::before {
	background-color: rgba(3, 125, 255, 0.8);
}
.custom-radio .custom-control-label::before {
	border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background-color: rgba(3, 125, 255, 0.8);
}
.custom-switch {
	padding-left: 3.75rem;
}
.custom-switch .custom-control-label::before {
	left: -3.75rem;
	width: 3rem;
	pointer-events: all;
	border-radius: 1.5rem;
}
.custom-switch .custom-control-label::after {
	top: calc(-0.02813rem + 4px);
	left: calc(-3.75rem + 4px);
	width: 1rem;
	height: 1rem;
	background-color: #dbdfea;
	border-radius: 1.5rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	transform: translateX(1.5rem);
}
.custom-switch
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background-color: rgba(3, 125, 255, 0.8);
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.125rem + 2px);
	padding: 0.4375rem 2rem 0.4375rem 1rem;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #3c4d62;
	vertical-align: middle;
	background: #fff
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
		right 1rem center/8px 10px no-repeat;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	appearance: none;
}
.custom-select:focus {
	border-color: #0de7b2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(85, 155, 251, 0.25);
}
.custom-select:focus::-ms-value {
	color: #3c4d62;
	background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1rem;
	background-image: none;
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.custom-select::-ms-expand {
	display: none;
}
.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #3c4d62;
}
.custom-select-sm {
	height: calc(1.75rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1rem;
	font-size: 0.75rem;
}
.custom-select-lg {
	height: calc(2.625rem + 2px);
	padding-top: 0.6875rem;
	padding-bottom: 0.6875rem;
	padding-left: 1rem;
	font-size: 0.9375rem;
}
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.125rem + 2px);
	margin-bottom: 0;
}
.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.125rem + 2px);
	margin: 0;
	overflow: hidden;
	opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
	border-color: #0de7b2;
	box-shadow: 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
	background-color: #f5f6fa;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}
.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.125rem + 2px);
	padding: 0.4375rem 1rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.25rem;
	color: #3c4d62;
	background-color: #fff;
	border: 1px solid #dbdfea;
	border-radius: 4px;
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.125rem;
	padding: 0.4375rem 1rem;
	line-height: 1.25rem;
	color: #3c4d62;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 4px 4px 0;
}
.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	appearance: none;
}
.custom-range:focus {
	outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.custom-range::-moz-focus-outer {
	border: 0;
}
.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #559bfb;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none;
	}
}
.custom-range::-webkit-slider-thumb:active {
	background-color: #fff;
}
.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #559bfb;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		transition: none;
	}
}
.custom-range::-moz-range-thumb:active {
	background-color: #fff;
}
.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #559bfb;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		transition: none;
	}
}
.custom-range::-ms-thumb:active {
	background-color: #fff;
}
.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
	cursor: default;
}
.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #f5f6fa;
	border-color: #dee2e6 #dee2e6 #f5f6fa;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-pills .nav-link {
	border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #559bfb;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto;
}
@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-xl,
	.navbar-expand-sm > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-xl,
	.navbar-expand-sm > .container-xxl {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-xl,
	.navbar-expand-md > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-xl,
	.navbar-expand-md > .container-xxl {
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-xl,
	.navbar-expand-lg > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-xl,
	.navbar-expand-lg > .container-xxl {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-xl,
	.navbar-expand-xl > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-xl,
	.navbar-expand-xl > .container-xxl {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
@media (max-width: 1539.98px) {
	.navbar-expand-xxl > .container,
	.navbar-expand-xxl > .container-fluid,
	.navbar-expand-xxl > .container-sm,
	.navbar-expand-xxl > .container-md,
	.navbar-expand-xxl > .container-lg,
	.navbar-expand-xxl > .container-xl,
	.navbar-expand-xxl > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1540px) {
	.navbar-expand-xxl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl > .container,
	.navbar-expand-xxl > .container-fluid,
	.navbar-expand-xxl > .container-sm,
	.navbar-expand-xxl > .container-md,
	.navbar-expand-xxl > .container-lg,
	.navbar-expand-xxl > .container-xl,
	.navbar-expand-xxl > .container-xxl {
		flex-wrap: nowrap;
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}
.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
	padding-right: 0;
	padding-left: 0;
}
.navbar-expand .navbar-nav {
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
	flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}
.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
	color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: 4px;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}
.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.07);
	border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: 3px 3px 0 0;
}
.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.07);
	border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 3px 3px;
}
.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}
.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: 3px;
}
.card-img,
.card-img-top,
.card-img-bottom {
	flex-shrink: 0;
	width: 100%;
}
.card-img,
.card-img-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.card-img,
.card-img-bottom {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.card-deck .card {
	margin-bottom: 14px;
}
@media (min-width: 576px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -14px;
		margin-left: -14px;
	}
	.card-deck .card {
		flex: 1 0 0%;
		margin-right: 14px;
		margin-bottom: 0;
		margin-left: 14px;
	}
}
.card-group > .card {
	margin-bottom: 14px;
}
@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	.card-group > .card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}
.accordion {
	overflow-anchor: none;
}
.accordion > .card {
	overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.25rem 0;
	margin-bottom: 0;
	font-size: 0.6875rem;
	list-style: none;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #8091a7;
	content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #b7c2d0;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 4px;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5625rem 0.625rem;
	margin-left: -1px;
	line-height: 1rem;
	color: #526484;
	background-color: #fff;
	border: 1px solid #e5e9f2;
}
.page-link:hover {
	z-index: 2;
	color: #0078d4;
	text-decoration: none;
	background-color: #ebeef2;
	border-color: #e5e9f2;
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.page-item.disabled .page-link {
	color: #dbdfea;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #e5e9f2;
}
.pagination-lg .page-link {
	padding: 0.5625rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pagination-sm .page-link {
	padding: 0.4375rem 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.badge {
	display: inline-block;
	padding: 0 0.375rem;
	font-size: 0.675rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}
a.badge:hover,
a.badge:focus {
	text-decoration: none;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.badge-pill {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	border-radius: 10rem;
}
.badge-primary {
	color: #fff;
	background-color: #0de7b2;
}
a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #8aefd4;
}
a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(3, 125, 255, 0.5);
}
.badge-secondary {
	color: #fff;
	background-color: #364a63;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #243142;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(54, 74, 99, 0.5);
}
.badge-success {
	color: #fff;
	background-color: #1ee0ac;
}
a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #18b389;
}
a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(30, 224, 172, 0.5);
}
.badge-info {
	color: #fff;
	background-color: #088b6b;
}
a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #1a9bcb;
}
a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(51, 181, 229, 0.5);
}
.badge-warning {
	color: #fff;
	background-color: #f4bd0e;
}
a.badge-warning:hover,
a.badge-warning:focus {
	color: #fff;
	background-color: #c69909;
}
a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(244, 189, 14, 0.5);
}
.badge-danger {
	color: #fff;
	background-color: #e85347;
}
a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #e02b1c;
}
a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(232, 83, 71, 0.5);
}
.badge-dark {
	color: #fff;
	background-color: #1c2b46;
}
a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #0d1522;
}
a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(28, 43, 70, 0.5);
}
.badge-gray {
	color: #fff;
	background-color: #8091a7;
}
a.badge-gray:hover,
a.badge-gray:focus {
	color: #fff;
	background-color: #647790;
}
a.badge-gray:focus,
a.badge-gray.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(128, 145, 167, 0.5);
}
.badge-light {
	color: #101924;
	background-color: #e5e9f2;
}
a.badge-light:hover,
a.badge-light:focus {
	color: #101924;
	background-color: #c3cce1;
}
a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(229, 233, 242, 0.5);
}
.badge-lighter {
	color: #101924;
	background-color: #f5f6fa;
}
a.badge-lighter:hover,
a.badge-lighter:focus {
	color: #101924;
	background-color: #d3d7e9;
}
a.badge-lighter:focus,
a.badge-lighter.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(245, 246, 250, 0.5);
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 5px;
}
@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}
.alert {
	position: relative;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-heading {
	color: inherit;
}
.alert-link {
	font-weight: 700;
}
.alert-dismissible {
	padding-right: 4rem;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1rem 1.25rem;
	color: inherit;
}
.alert-primary {
	color: #0369d6;
	background-color: #e1efff;
	border-color: #a4d0ff;
}
.alert-primary hr {
	border-top-color: #8bc3ff;
}
.alert-primary .alert-link {
	color: #0250a4;
}
.alert-secondary {
	color: #2d3e53;
	background-color: #e7e9ec;
	border-color: #b7bec7;
}
.alert-secondary hr {
	border-top-color: #a9b1bc;
}
.alert-secondary .alert-link {
	color: #1b2532;
}
.alert-success {
	color: #19bc90;
	background-color: #e4fbf5;
	border-color: #aef4e1;
}
.alert-success hr {
	border-top-color: #98f1d9;
}
.alert-success .alert-link {
	color: #138f6e;
}
.alert-info {
	color: #2b98c0;
	background-color: #e7f6fc;
	border-color: #b6e4f6;
}
.alert-info hr {
	border-top-color: #9fdcf3;
}
.alert-info .alert-link {
	color: #227796;
}
.alert-warning {
	color: #cd9f0c;
	background-color: #fef7e2;
	border-color: #fbe7a8;
}
.alert-warning hr {
	border-top-color: #fae090;
}
.alert-warning .alert-link {
	color: #9d7a09;
}
.alert-danger {
	color: #c3463c;
	background-color: #fceae9;
	border-color: #f7c1bd;
}
.alert-danger hr {
	border-top-color: #f4aca6;
}
.alert-danger .alert-link {
	color: #9c3830;
}
.alert-dark {
	color: #18243b;
	background-color: #e4e6e9;
	border-color: #adb3bc;
}
.alert-dark hr {
	border-top-color: #9fa6b1;
}
.alert-dark .alert-link {
	color: #090e17;
}
.alert-gray {
	color: #6c7a8c;
	background-color: #f0f2f4;
	border-color: #d1d7df;
}
.alert-gray hr {
	border-top-color: #c2cad5;
}
.alert-gray .alert-link {
	color: #56616f;
}
.alert-light {
	color: #c0c4cb;
	background-color: #fcfcfd;
	border-color: #f6f7fa;
}
.alert-light hr {
	border-top-color: #e6e8f1;
}
.alert-light .alert-link {
	color: #a4aab4;
}
.alert-lighter {
	color: #cecfd2;
	background-color: #fefefe;
	border-color: #fbfcfd;
}
.alert-lighter hr {
	border-top-color: #eaeff5;
}
.alert-lighter .alert-link {
	color: #b3b5ba;
}
@keyframes progress-bar-stripes {
	from {
		background-position: 0.5rem 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	display: flex;
	height: 0.5rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #f5f6fa;
	border-radius: 2px;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0de7b2;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.progress-bar-striped {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 0.5rem 0.5rem;
}
.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none;
	}
}
.media {
	display: flex;
	align-items: flex-start;
}
.media-body {
	flex: 1;
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 4px;
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}
.list-group-item-action:active {
	color: #526484;
	background-color: #e9ecef;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #559bfb;
	border-color: #559bfb;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}
.list-group-horizontal {
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}
@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1540px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	.list-group-horizontal-xxl > .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}
.list-group-item-primary {
	color: #024185;
	background-color: #b8dbff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #024185;
	background-color: #9fceff;
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #024185;
	border-color: #024185;
}
.list-group-item-secondary {
	color: #1c2633;
	background-color: #c7ccd3;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #1c2633;
	background-color: #b9bfc8;
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #1c2633;
	border-color: #1c2633;
}
.list-group-item-success {
	color: #107459;
	background-color: #c0f6e8;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #107459;
	background-color: #aaf3e0;
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #107459;
	border-color: #107459;
}
.list-group-item-info {
	color: #1b5e77;
	background-color: #c6eaf8;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #1b5e77;
	background-color: #afe2f5;
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #1b5e77;
	border-color: #1b5e77;
}
.list-group-item-warning {
	color: #7f6207;
	background-color: #fcedbc;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #7f6207;
	background-color: #fbe6a4;
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #7f6207;
	border-color: #7f6207;
}
.list-group-item-danger {
	color: #792b25;
	background-color: #f9cfcb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #792b25;
	background-color: #f6bab4;
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #792b25;
	border-color: #792b25;
}
.list-group-item-dark {
	color: #0f1624;
	background-color: #bfc4cb;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #0f1624;
	background-color: #b1b7c0;
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #0f1624;
	border-color: #0f1624;
}
.list-group-item-gray {
	color: #434b57;
	background-color: #dbe0e6;
}
.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
	color: #434b57;
	background-color: #ccd3dc;
}
.list-group-item-gray.list-group-item-action.active {
	color: #fff;
	background-color: #434b57;
	border-color: #434b57;
}
.list-group-item-light {
	color: #77797e;
	background-color: #f8f9fb;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #77797e;
	background-color: #e8ebf2;
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #77797e;
	border-color: #77797e;
}
.list-group-item-lighter {
	color: #7f8082;
	background-color: #fcfcfe;
}
.list-group-item-lighter.list-group-item-action:hover,
.list-group-item-lighter.list-group-item-action:focus {
	color: #7f8082;
	background-color: #e9e9f8;
}
.list-group-item-lighter.list-group-item-action.active {
	color: #fff;
	background-color: #7f8082;
	border-color: #7f8082;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.close:hover {
	color: #000;
	text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
a.close.disabled {
	pointer-events: none;
}
.toast {
	flex-basis: 350px;
	max-width: 350px;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 0.25rem;
}
.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}
.toast.showing {
	opacity: 1;
}
.toast.show {
	display: block;
	opacity: 1;
}
.toast.hide {
	display: none;
}
.toast-header {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
	padding: 0.75rem;
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -30px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none !important;
}
.modal.modal-static .modal-dialog {
	transform: scale(0.95);
}
.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #1c2b46;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.6;
}
.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #dbdfea;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.modal-header .close {
	padding: 1rem 1.25rem;
	margin: -1rem -1.25rem -1rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dbdfea;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.modal-footer > * {
	margin: 0.25rem;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 520px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: min-content;
	}
	.modal-sm {
		max-width: 360px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 720px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 980px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.8125rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #1f2b3a;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #1f2b3a;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #1f2b3a;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #1f2b3a;
}
.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.75rem;
	color: #fff;
	text-align: center;
	background-color: #1f2b3a;
	border-radius: 3px;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 5px;
}
.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 5px 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 5px 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}
.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.popover-header:empty {
	display: none;
}
.popover-body {
	padding: 0.5rem 0.75rem;
	color: #526484;
}
.carousel {
	position: relative;
}
.carousel.pointer-event {
	touch-action: pan-y;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateX(-100%);
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}
.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}
@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		animation-duration: 1.5s;
	}
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.bg-primary {
	background-color: #0de7b2 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #8aefd4 !important;
}
.bg-secondary {
	background-color: #364a63 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #243142 !important;
}
.bg-success {
	background-color: #1ee0ac !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #18b389 !important;
}
.bg-info {
	background-color: #088b6b !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #1a9bcb !important;
}
.bg-warning {
	background-color: #f4bd0e !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #c69909 !important;
}
.bg-danger {
	background-color: #e85347 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #e02b1c !important;
}
.bg-dark {
	background-color: #1c2b46 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #0d1522 !important;
}
.bg-gray {
	background-color: #8091a7 !important;
}
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
	background-color: #647790 !important;
}
.bg-light {
	background-color: #e5e9f2 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #c3cce1 !important;
}
.bg-lighter {
	background-color: #f5f6fa !important;
}
a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
	background-color: #d3d7e9 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.border {
	border: 1px solid #dbdfea !important;
}
.border-top {
	border-top: 1px solid #dbdfea !important;
}
.border-right {
	border-right: 1px solid #dbdfea !important;
}
.border-bottom {
	border-bottom: 1px solid #dbdfea !important;
}
.border-left {
	border-left: 1px solid #dbdfea !important;
}
.border-0,
.no-bdr {
	border: 0 !important;
}
.border-top-0,
.no-bdr-t,
.no-bdr-y {
	border-top: 0 !important;
}
.border-right-0,
.no-bdr-r,
.no-bdr-x {
	border-right: 0 !important;
}
.border-bottom-0,
.no-bdr-b,
.no-bdr-y {
	border-bottom: 0 !important;
}
.border-left-0,
.no-bdr-l,
.no-bdr-x {
	border-left: 0 !important;
}
.border-primary {
	border-color: #0de7b2 !important;
}
.border-secondary {
	border-color: #364a63 !important;
}
.border-success {
	border-color: #1ee0ac !important;
}
.border-info {
	border-color: #088b6b !important;
}
.border-warning {
	border-color: #f4bd0e !important;
}
.border-danger {
	border-color: #e85347 !important;
}
.border-dark {
	border-color: #1c2b46 !important;
}
.border-gray {
	border-color: #8091a7 !important;
}
.border-light {
	border-color: #e5e9f2 !important;
}
.border-lighter {
	border-color: #f5f6fa !important;
}
.border-white {
	border-color: #fff !important;
}
.rounded-sm {
	border-radius: 3px !important;
}
.rounded {
	border-radius: 4px !important;
}
.rounded-top {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.rounded-right {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
	border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.rounded-left {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.rounded-lg {
	border-radius: 5px !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: 1.5rem !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex,
.align-start,
.align-end,
.align-center,
.justify-start,
.justify-end,
.justify-center,
.justify-between,
.justify-around,
.between-start,
.between-center,
.center,
.stretch {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}
@media (min-width: 1540px) {
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-nowrap {
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	flex-shrink: 1 !important;
}
.justify-content-start,
.justify-start {
	justify-content: flex-start !important;
}
.justify-content-end,
.justify-end {
	justify-content: flex-end !important;
}
.justify-content-center,
.justify-center,
.center {
	justify-content: center !important;
}
.justify-content-between,
.justify-between,
.between-start,
.between-center {
	justify-content: space-between !important;
}
.justify-content-around,
.justify-around {
	justify-content: space-around !important;
}
.align-items-start,
.align-start,
.between-start {
	align-items: flex-start !important;
}
.align-items-end,
.align-end {
	align-items: flex-end !important;
}
.align-items-center,
.align-center,
.between-center,
.center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch,
.stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}
@media (min-width: 1540px) {
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}
@media (min-width: 1540px) {
	.float-xxl-left {
		float: left !important;
	}
	.float-xxl-right {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
}
.user-select-all {
	user-select: all !important;
}
.user-select-auto {
	user-select: auto !important;
}
.user-select-none {
	user-select: none !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.position-static {
	position: static !important;
}
.position-relative,
.pos-rel {
	position: relative !important;
}
.position-absolute,
.pos-abs {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: sticky !important;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(43, 55, 72, 0.15) !important;
}
.shadow {
	box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15) !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(43, 55, 72, 0.25) !important;
}
.shadow-none {
	box-shadow: none !important;
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-auto {
	height: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.mh-100 {
	max-height: 100% !important;
}
.min-vw-100 {
	min-width: 100vw !important;
}
.min-vh-100 {
	min-height: 100vh !important;
}
.vw-100 {
	width: 100vw !important;
}
.vh-100 {
	height: 100vh !important;
}
.m-0 {
	margin: 0 !important;
}
.mt-0,
.my-0 {
	margin-top: 0 !important;
}
.mr-0,
.mx-0 {
	margin-right: 0 !important;
}
.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.375rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.375rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.375rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.375rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.375rem !important;
}
.m-2 {
	margin: 0.75rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.75rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.75rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.75rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.75rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}
.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}
.m-5 {
	margin: 2.75rem !important;
}
.mt-5,
.my-5 {
	margin-top: 2.75rem !important;
}
.mr-5,
.mx-5 {
	margin-right: 2.75rem !important;
}
.mb-5,
.my-5 {
	margin-bottom: 2.75rem !important;
}
.ml-5,
.mx-5 {
	margin-left: 2.75rem !important;
}
.m-gs {
	margin: 28px !important;
}
.mt-gs,
.my-gs {
	margin-top: 28px !important;
}
.mr-gs,
.mx-gs {
	margin-right: 28px !important;
}
.mb-gs,
.my-gs {
	margin-bottom: 28px !important;
}
.ml-gs,
.mx-gs {
	margin-left: 28px !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0,
.py-0 {
	padding-top: 0 !important;
}
.pr-0,
.px-0 {
	padding-right: 0 !important;
}
.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.375rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.375rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.375rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.375rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.375rem !important;
}
.p-2 {
	padding: 0.75rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.75rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.75rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.75rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.75rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3,
.py-3 {
	padding-top: 1rem !important;
}
.pr-3,
.px-3 {
	padding-right: 1rem !important;
}
.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
	padding-left: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}
.p-5 {
	padding: 2.75rem !important;
}
.pt-5,
.py-5 {
	padding-top: 2.75rem !important;
}
.pr-5,
.px-5 {
	padding-right: 2.75rem !important;
}
.pb-5,
.py-5 {
	padding-bottom: 2.75rem !important;
}
.pl-5,
.px-5 {
	padding-left: 2.75rem !important;
}
.p-gs {
	padding: 28px !important;
}
.pt-gs,
.py-gs {
	padding-top: 28px !important;
}
.pr-gs,
.px-gs {
	padding-right: 28px !important;
}
.pb-gs,
.py-gs {
	padding-bottom: 28px !important;
}
.pl-gs,
.px-gs {
	padding-left: 28px !important;
}
.m-n1 {
	margin: -0.375rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.375rem !important;
}
.mr-n1,
.mx-n1 {
	margin-right: -0.375rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.375rem !important;
}
.ml-n1,
.mx-n1 {
	margin-left: -0.375rem !important;
}
.m-n2 {
	margin: -0.75rem !important;
}
.mt-n2,
.my-n2 {
	margin-top: -0.75rem !important;
}
.mr-n2,
.mx-n2 {
	margin-right: -0.75rem !important;
}
.mb-n2,
.my-n2 {
	margin-bottom: -0.75rem !important;
}
.ml-n2,
.mx-n2 {
	margin-left: -0.75rem !important;
}
.m-n3 {
	margin: -1rem !important;
}
.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}
.m-n4 {
	margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}
.m-n5 {
	margin: -2.75rem !important;
}
.mt-n5,
.my-n5 {
	margin-top: -2.75rem !important;
}
.mr-n5,
.mx-n5 {
	margin-right: -2.75rem !important;
}
.mb-n5,
.my-n5 {
	margin-bottom: -2.75rem !important;
}
.ml-n5,
.mx-n5 {
	margin-left: -2.75rem !important;
}
.m-ngs {
	margin: -28px !important;
}
.mt-ngs,
.my-ngs {
	margin-top: -28px !important;
}
.mr-ngs,
.mx-ngs {
	margin-right: -28px !important;
}
.mb-ngs,
.my-ngs {
	margin-bottom: -28px !important;
}
.ml-ngs,
.mx-ngs {
	margin-left: -28px !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto,
.my-auto {
	margin-top: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.375rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.375rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.375rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.375rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.375rem !important;
	}
	.m-sm-2 {
		margin: 0.75rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.75rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.75rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.75rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.75rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 2.75rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 2.75rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 2.75rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 2.75rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 2.75rem !important;
	}
	.m-sm-gs {
		margin: 28px !important;
	}
	.mt-sm-gs,
	.my-sm-gs {
		margin-top: 28px !important;
	}
	.mr-sm-gs,
	.mx-sm-gs {
		margin-right: 28px !important;
	}
	.mb-sm-gs,
	.my-sm-gs {
		margin-bottom: 28px !important;
	}
	.ml-sm-gs,
	.mx-sm-gs {
		margin-left: 28px !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.375rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.375rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.375rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.375rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.375rem !important;
	}
	.p-sm-2 {
		padding: 0.75rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.75rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.75rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.75rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.75rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 2.75rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 2.75rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 2.75rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 2.75rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 2.75rem !important;
	}
	.p-sm-gs {
		padding: 28px !important;
	}
	.pt-sm-gs,
	.py-sm-gs {
		padding-top: 28px !important;
	}
	.pr-sm-gs,
	.px-sm-gs {
		padding-right: 28px !important;
	}
	.pb-sm-gs,
	.py-sm-gs {
		padding-bottom: 28px !important;
	}
	.pl-sm-gs,
	.px-sm-gs {
		padding-left: 28px !important;
	}
	.m-sm-n1 {
		margin: -0.375rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.375rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.375rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.375rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.375rem !important;
	}
	.m-sm-n2 {
		margin: -0.75rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.75rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.75rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.75rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.75rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -2.75rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -2.75rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -2.75rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -2.75rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -2.75rem !important;
	}
	.m-sm-ngs {
		margin: -28px !important;
	}
	.mt-sm-ngs,
	.my-sm-ngs {
		margin-top: -28px !important;
	}
	.mr-sm-ngs,
	.mx-sm-ngs {
		margin-right: -28px !important;
	}
	.mb-sm-ngs,
	.my-sm-ngs {
		margin-bottom: -28px !important;
	}
	.ml-sm-ngs,
	.mx-sm-ngs {
		margin-left: -28px !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.375rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.375rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.375rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.375rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.375rem !important;
	}
	.m-md-2 {
		margin: 0.75rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.75rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.75rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.75rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.75rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 2.75rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 2.75rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 2.75rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 2.75rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 2.75rem !important;
	}
	.m-md-gs {
		margin: 28px !important;
	}
	.mt-md-gs,
	.my-md-gs {
		margin-top: 28px !important;
	}
	.mr-md-gs,
	.mx-md-gs {
		margin-right: 28px !important;
	}
	.mb-md-gs,
	.my-md-gs {
		margin-bottom: 28px !important;
	}
	.ml-md-gs,
	.mx-md-gs {
		margin-left: 28px !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.375rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.375rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.375rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.375rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.375rem !important;
	}
	.p-md-2 {
		padding: 0.75rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.75rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.75rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.75rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.75rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 2.75rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 2.75rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 2.75rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 2.75rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 2.75rem !important;
	}
	.p-md-gs {
		padding: 28px !important;
	}
	.pt-md-gs,
	.py-md-gs {
		padding-top: 28px !important;
	}
	.pr-md-gs,
	.px-md-gs {
		padding-right: 28px !important;
	}
	.pb-md-gs,
	.py-md-gs {
		padding-bottom: 28px !important;
	}
	.pl-md-gs,
	.px-md-gs {
		padding-left: 28px !important;
	}
	.m-md-n1 {
		margin: -0.375rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.375rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.375rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.375rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.375rem !important;
	}
	.m-md-n2 {
		margin: -0.75rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.75rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.75rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.75rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.75rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -2.75rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -2.75rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -2.75rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -2.75rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -2.75rem !important;
	}
	.m-md-ngs {
		margin: -28px !important;
	}
	.mt-md-ngs,
	.my-md-ngs {
		margin-top: -28px !important;
	}
	.mr-md-ngs,
	.mx-md-ngs {
		margin-right: -28px !important;
	}
	.mb-md-ngs,
	.my-md-ngs {
		margin-bottom: -28px !important;
	}
	.ml-md-ngs,
	.mx-md-ngs {
		margin-left: -28px !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.375rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.375rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.375rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.375rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.375rem !important;
	}
	.m-lg-2 {
		margin: 0.75rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.75rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.75rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.75rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.75rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 2.75rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 2.75rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 2.75rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 2.75rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 2.75rem !important;
	}
	.m-lg-gs {
		margin: 28px !important;
	}
	.mt-lg-gs,
	.my-lg-gs {
		margin-top: 28px !important;
	}
	.mr-lg-gs,
	.mx-lg-gs {
		margin-right: 28px !important;
	}
	.mb-lg-gs,
	.my-lg-gs {
		margin-bottom: 28px !important;
	}
	.ml-lg-gs,
	.mx-lg-gs {
		margin-left: 28px !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.375rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.375rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.375rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.375rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.375rem !important;
	}
	.p-lg-2 {
		padding: 0.75rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.75rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.75rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.75rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.75rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 2.75rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 2.75rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 2.75rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 2.75rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 2.75rem !important;
	}
	.p-lg-gs {
		padding: 28px !important;
	}
	.pt-lg-gs,
	.py-lg-gs {
		padding-top: 28px !important;
	}
	.pr-lg-gs,
	.px-lg-gs {
		padding-right: 28px !important;
	}
	.pb-lg-gs,
	.py-lg-gs {
		padding-bottom: 28px !important;
	}
	.pl-lg-gs,
	.px-lg-gs {
		padding-left: 28px !important;
	}
	.m-lg-n1 {
		margin: -0.375rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.375rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.375rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.375rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.375rem !important;
	}
	.m-lg-n2 {
		margin: -0.75rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.75rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.75rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.75rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.75rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -2.75rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -2.75rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -2.75rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -2.75rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -2.75rem !important;
	}
	.m-lg-ngs {
		margin: -28px !important;
	}
	.mt-lg-ngs,
	.my-lg-ngs {
		margin-top: -28px !important;
	}
	.mr-lg-ngs,
	.mx-lg-ngs {
		margin-right: -28px !important;
	}
	.mb-lg-ngs,
	.my-lg-ngs {
		margin-bottom: -28px !important;
	}
	.ml-lg-ngs,
	.mx-lg-ngs {
		margin-left: -28px !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.375rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.375rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.375rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.375rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.375rem !important;
	}
	.m-xl-2 {
		margin: 0.75rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.75rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.75rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.75rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.75rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 2.75rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 2.75rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 2.75rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 2.75rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 2.75rem !important;
	}
	.m-xl-gs {
		margin: 28px !important;
	}
	.mt-xl-gs,
	.my-xl-gs {
		margin-top: 28px !important;
	}
	.mr-xl-gs,
	.mx-xl-gs {
		margin-right: 28px !important;
	}
	.mb-xl-gs,
	.my-xl-gs {
		margin-bottom: 28px !important;
	}
	.ml-xl-gs,
	.mx-xl-gs {
		margin-left: 28px !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.375rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.375rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.375rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.375rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.375rem !important;
	}
	.p-xl-2 {
		padding: 0.75rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.75rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.75rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.75rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.75rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 2.75rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 2.75rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 2.75rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 2.75rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 2.75rem !important;
	}
	.p-xl-gs {
		padding: 28px !important;
	}
	.pt-xl-gs,
	.py-xl-gs {
		padding-top: 28px !important;
	}
	.pr-xl-gs,
	.px-xl-gs {
		padding-right: 28px !important;
	}
	.pb-xl-gs,
	.py-xl-gs {
		padding-bottom: 28px !important;
	}
	.pl-xl-gs,
	.px-xl-gs {
		padding-left: 28px !important;
	}
	.m-xl-n1 {
		margin: -0.375rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.375rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.375rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.375rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.375rem !important;
	}
	.m-xl-n2 {
		margin: -0.75rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.75rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.75rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.75rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.75rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -2.75rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -2.75rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -2.75rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -2.75rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -2.75rem !important;
	}
	.m-xl-ngs {
		margin: -28px !important;
	}
	.mt-xl-ngs,
	.my-xl-ngs {
		margin-top: -28px !important;
	}
	.mr-xl-ngs,
	.mx-xl-ngs {
		margin-right: -28px !important;
	}
	.mb-xl-ngs,
	.my-xl-ngs {
		margin-bottom: -28px !important;
	}
	.ml-xl-ngs,
	.mx-xl-ngs {
		margin-left: -28px !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1540px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important;
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important;
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.375rem !important;
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: 0.375rem !important;
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: 0.375rem !important;
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: 0.375rem !important;
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: 0.375rem !important;
	}
	.m-xxl-2 {
		margin: 0.75rem !important;
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: 0.75rem !important;
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: 0.75rem !important;
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: 0.75rem !important;
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: 0.75rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important;
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important;
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 2.75rem !important;
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 2.75rem !important;
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 2.75rem !important;
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 2.75rem !important;
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 2.75rem !important;
	}
	.m-xxl-gs {
		margin: 28px !important;
	}
	.mt-xxl-gs,
	.my-xxl-gs {
		margin-top: 28px !important;
	}
	.mr-xxl-gs,
	.mx-xxl-gs {
		margin-right: 28px !important;
	}
	.mb-xxl-gs,
	.my-xxl-gs {
		margin-bottom: 28px !important;
	}
	.ml-xxl-gs,
	.mx-xxl-gs {
		margin-left: 28px !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important;
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important;
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.375rem !important;
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: 0.375rem !important;
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: 0.375rem !important;
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: 0.375rem !important;
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: 0.375rem !important;
	}
	.p-xxl-2 {
		padding: 0.75rem !important;
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: 0.75rem !important;
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: 0.75rem !important;
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: 0.75rem !important;
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: 0.75rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important;
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important;
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 2.75rem !important;
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 2.75rem !important;
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 2.75rem !important;
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 2.75rem !important;
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 2.75rem !important;
	}
	.p-xxl-gs {
		padding: 28px !important;
	}
	.pt-xxl-gs,
	.py-xxl-gs {
		padding-top: 28px !important;
	}
	.pr-xxl-gs,
	.px-xxl-gs {
		padding-right: 28px !important;
	}
	.pb-xxl-gs,
	.py-xxl-gs {
		padding-bottom: 28px !important;
	}
	.pl-xxl-gs,
	.px-xxl-gs {
		padding-left: 28px !important;
	}
	.m-xxl-n1 {
		margin: -0.375rem !important;
	}
	.mt-xxl-n1,
	.my-xxl-n1 {
		margin-top: -0.375rem !important;
	}
	.mr-xxl-n1,
	.mx-xxl-n1 {
		margin-right: -0.375rem !important;
	}
	.mb-xxl-n1,
	.my-xxl-n1 {
		margin-bottom: -0.375rem !important;
	}
	.ml-xxl-n1,
	.mx-xxl-n1 {
		margin-left: -0.375rem !important;
	}
	.m-xxl-n2 {
		margin: -0.75rem !important;
	}
	.mt-xxl-n2,
	.my-xxl-n2 {
		margin-top: -0.75rem !important;
	}
	.mr-xxl-n2,
	.mx-xxl-n2 {
		margin-right: -0.75rem !important;
	}
	.mb-xxl-n2,
	.my-xxl-n2 {
		margin-bottom: -0.75rem !important;
	}
	.ml-xxl-n2,
	.mx-xxl-n2 {
		margin-left: -0.75rem !important;
	}
	.m-xxl-n3 {
		margin: -1rem !important;
	}
	.mt-xxl-n3,
	.my-xxl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xxl-n3,
	.mx-xxl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xxl-n3,
	.my-xxl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xxl-n3,
	.mx-xxl-n3 {
		margin-left: -1rem !important;
	}
	.m-xxl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xxl-n4,
	.my-xxl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xxl-n4,
	.mx-xxl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xxl-n4,
	.my-xxl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xxl-n4,
	.mx-xxl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xxl-n5 {
		margin: -2.75rem !important;
	}
	.mt-xxl-n5,
	.my-xxl-n5 {
		margin-top: -2.75rem !important;
	}
	.mr-xxl-n5,
	.mx-xxl-n5 {
		margin-right: -2.75rem !important;
	}
	.mb-xxl-n5,
	.my-xxl-n5 {
		margin-bottom: -2.75rem !important;
	}
	.ml-xxl-n5,
	.mx-xxl-n5 {
		margin-left: -2.75rem !important;
	}
	.m-xxl-ngs {
		margin: -28px !important;
	}
	.mt-xxl-ngs,
	.my-xxl-ngs {
		margin-top: -28px !important;
	}
	.mr-xxl-ngs,
	.mx-xxl-ngs {
		margin-right: -28px !important;
	}
	.mb-xxl-ngs,
	.my-xxl-ngs {
		margin-bottom: -28px !important;
	}
	.ml-xxl-ngs,
	.mx-xxl-ngs {
		margin-left: -28px !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important;
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important;
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important;
	}
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}
.text-monospace,
.ff-mono {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace !important;
}
.text-justify {
	text-align: justify !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1540px) {
	.text-xxl-left {
		text-align: left !important;
	}
	.text-xxl-right {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}
.text-lowercase,
.lcap {
	text-transform: lowercase !important;
}
.text-uppercase,
.ucap {
	text-transform: uppercase !important;
}
.text-capitalize,
.ccap {
	text-transform: capitalize !important;
}
.font-weight-light,
.fw-light {
	font-weight: 300 !important;
}
.font-weight-lighter,
.fw-lighter {
	font-weight: lighter !important;
}
.font-weight-normal,
.fw-normal {
	font-weight: 400 !important;
}
.font-weight-bold,
.fw-bold {
	font-weight: 700 !important;
}
.font-weight-bolder,
.fw-bolder {
	font-weight: bolder !important;
}
.font-italic,
.ff-italic {
	font-style: italic !important;
}
.text-white {
	color: #fff !important;
}
.text-primary {
	color: #0de7b2 !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #0058b6 !important;
}
.text-secondary {
	color: #364a63 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
	color: #1b2532 !important;
}
.text-success {
	color: #1ee0ac !important;
}
a.text-success:hover,
a.text-success:focus {
	color: #159d78 !important;
}
.text-info {
	color: #088b6b !important;
}
a.text-info:hover,
a.text-info:focus {
	color: #178ab4 !important;
}
.text-warning {
	color: #f4bd0e !important;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #ae8608 !important;
}
.text-danger {
	color: #e85347 !important;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #c92619 !important;
}
.text-dark {
	color: #1c2b46 !important;
}
a.text-dark:hover,
a.text-dark:focus {
	color: #06090f !important;
}
.text-gray {
	color: #8091a7 !important;
}
a.text-gray:hover,
a.text-gray:focus {
	color: #596b81 !important;
}
.text-light {
	color: #e5e9f2 !important;
}
a.text-light:hover,
a.text-light:focus {
	color: #b2bed9 !important;
}
.text-lighter {
	color: #f5f6fa !important;
}
a.text-lighter:hover,
a.text-lighter:focus {
	color: #c2c8e1 !important;
}
.text-body {
	color: #526484 !important;
}
.text-muted {
	color: #8094ae !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}
.text-reset {
	color: inherit !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #8091a7;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dbdfea !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #dbdfea;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dbdfea;
	}
}
html {
	font-size: 16px;
}
p:last-child {
	margin-bottom: 0;
}
a {
	transition: color 0.4s, background-color 0.4s, border 0.4s, box-shadow 0.4s;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
canvas {
	width: 100%;
	max-width: 100%;
}
strong {
	font-weight: 500;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
p:last-child {
	margin-bottom: 0;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.del {
	text-decoration: line-through;
}
span[data-toggle="tooltip"]:focus {
	outline: none;
}
h1,
.h1,
h2,
.h2 {
	letter-spacing: -0.03em;
}
h3,
.h3,
h4,
.h4 {
	letter-spacing: -0.02em;
}
h5,
.h5,
h6,
.h6 {
	letter-spacing: -0.01em;
}
@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 3.75rem;
		font-weight: 400;
		letter-spacing: -0.04em;
	}
	h2,
	.h2 {
		font-size: 2.5rem;
		letter-spacing: -0.03em;
	}
	h3,
	.h3 {
		font-size: 2rem;
		letter-spacing: -0.03em;
	}
	h4,
	.h4 {
		font-size: 1.5rem;
	}
	h5,
	.h5 {
		font-size: 1.25rem;
	}
	h6,
	.h6 {
		font-size: 1.05rem;
	}
}
.list-inline li {
	display: inline-block;
}
.list-inline li:not(:last-child) {
	margin-right: 1rem;
}
.ellipsis,
.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ff-base {
	font-family: Roboto !important;
}
.ff-alt {
	font-family: Roboto !important;
}
.fw-medium {
	font-weight: 500 !important;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6 {
	color: #fff;
}
@media (min-width: 992px) {
	.lead {
		font-size: 1.09375rem;
	}
}
.text-soft {
	color: #8094ae !important;
}
.text-base {
	color: #526484 !important;
}
.text-head {
	color: #364a63 !important;
}
.circle {
	border-radius: 50%;
}
.round {
	border-radius: 4px;
}
.round-sm {
	border-radius: 3px;
}
.round-lg {
	border-radius: 5px;
}
.round-xl {
	border-radius: 10px;
}
svg {
	height: 100%;
	max-width: 100%;
}
.sq {
	height: 40px;
	width: 40px;
}
.sq-xs {
	height: 18px;
	width: 18px;
}
.sq-sm {
	height: 24px;
	width: 24px;
}
.sq-md {
	height: 32px;
	width: 32px;
}
.sq-lg {
	height: 60px;
	width: 60px;
}
.sq-xl {
	height: 80px;
	width: 80px;
}
.divider {
	border-top: 1px solid #e5e9f2 !important;
	margin: 28px 0;
	display: block;
}
.divider.xs {
	margin: 0.5rem 0;
}
.divider.sm {
	margin: 1rem 0;
}
.divider.md {
	margin: 1.5rem 0;
}
.divider.lg {
	margin: 2.25rem 0;
}
.divider.xl {
	margin: 2.75rem 0;
}
.bg-blue {
	background-color: #559bfb !important;
}
.text-blue {
	color: #559bfb !important;
}
.bg-azure {
	background-color: #1676fb !important;
}
.text-azure {
	color: #1676fb !important;
}
.bg-indigo {
	background-color: #2c3782 !important;
}
.text-indigo {
	color: #2c3782 !important;
}
.bg-purple {
	background-color: #816bff !important;
}
.text-purple {
	color: #816bff !important;
}
.bg-pink {
	background-color: #ff63a5 !important;
}
.text-pink {
	color: #ff63a5 !important;
}
.bg-orange {
	background-color: #ffa353 !important;
}
.text-orange {
	color: #ffa353 !important;
}
.bg-teal {
	background-color: #20c997 !important;
}
.text-teal {
	color: #20c997 !important;
}
.bg-blue-dim {
	background-color: #e9f2fe !important;
}
.text-blue-dim {
	color: #e9f2fe !important;
}
.bg-azure-dim {
	background-color: #e1edfe !important;
}
.text-azure-dim {
	color: #e1edfe !important;
}
.bg-indigo-dim {
	background-color: #e4e5ef !important;
}
.text-indigo-dim {
	color: #e4e5ef !important;
}
.bg-purple-dim {
	background-color: #efecff !important;
}
.text-purple-dim {
	color: #efecff !important;
}
.bg-pink-dim {
	background-color: #ffebf3 !important;
}
.text-pink-dim {
	color: #ffebf3 !important;
}
.bg-orange-dim {
	background-color: #fff3e9 !important;
}
.text-orange-dim {
	color: #fff3e9 !important;
}
.bg-teal-dim {
	background-color: #e2f8f1 !important;
}
.text-teal-dim {
	color: #e2f8f1 !important;
}
.bg-primary-dim {
	background-color: #deeeff !important;
}
.text-primary-dim {
	color: #deeeff !important;
}
.bg-success-dim {
	background-color: #e2fbf4 !important;
}
.text-success-dim {
	color: #e2fbf4 !important;
}
.bg-info-dim {
	background-color: #e4f5fc !important;
}
.text-info-dim {
	color: #e4f5fc !important;
}
.bg-warning-dim {
	background-color: #fef6e0 !important;
}
.text-warning-dim {
	color: #fef6e0 !important;
}
.bg-danger-dim {
	background-color: #fce9e7 !important;
}
.text-danger-dim {
	color: #fce9e7 !important;
}
.bg-secondary-dim {
	background-color: #e5ecf5 !important;
}
.text-secondary-dim {
	color: #e5ecf5 !important;
}
.bg-dark-dim {
	background-color: #d9e1ef !important;
}
.text-dark-dim {
	color: #d9e1ef !important;
}
.bg-gray-dim {
	background-color: #edf2f9 !important;
}
.text-gray-dim {
	color: #edf2f9 !important;
}
.bg-gray-100 {
	background-color: #ebeef2 !important;
}
.bg-gray-200 {
	background-color: #e5e9f2 !important;
}
.bg-gray-300 {
	background-color: #dbdfea !important;
}
.bg-gray-400 {
	background-color: #b7c2d0 !important;
}
.bg-gray-500 {
	background-color: #8091a7 !important;
}
.bg-gray-600 {
	background-color: #3c4d62 !important;
}
.bg-gray-700 {
	background-color: #344357 !important;
}
.bg-gray-800 {
	background-color: #2b3748 !important;
}
.bg-gray-900 {
	background-color: #1f2b3a !important;
}
.bg-abstract {
	background-image: linear-gradient(
		to right,
		#2c3782 calc(60% - 150px),
		#39469f calc(60% - 150px),
		#39469f 60%,
		#4856b5 60%,
		#4856b5 calc(60% + 150px),
		#5b6ac6 calc(60% + 150px),
		#5b6ac6 100%
	);
}
.bg-white-1 {
	background: rgba(255, 255, 255, 0.1) !important;
}
.bg-white-2 {
	background: rgba(255, 255, 255, 0.2) !important;
}
.bg-white-3 {
	background: rgba(255, 255, 255, 0.3) !important;
}
.bg-white-4 {
	background: rgba(255, 255, 255, 0.4) !important;
}
.bg-white-5 {
	background: rgba(255, 255, 255, 0.5) !important;
}
.bg-white-6 {
	background: rgba(255, 255, 255, 0.6) !important;
}
.bg-white-7 {
	background: rgba(255, 255, 255, 0.7) !important;
}
.bg-white-8 {
	background: rgba(255, 255, 255, 0.8) !important;
}
.bg-white-9 {
	background: rgba(255, 255, 255, 0.9) !important;
}
.border-transparent {
	border-color: transparent;
}
.w-80px {
	width: 80px !important;
}
.w-min-80px {
	min-width: 80px !important;
}
.w-max-80px {
	max-width: 80px !important;
}
.w-90px {
	width: 90px !important;
}
.w-min-90px {
	min-width: 90px !important;
}
.w-max-90px {
	max-width: 90px !important;
}
.w-100px {
	width: 100px !important;
}
.w-min-100px {
	min-width: 100px !important;
}
.w-max-100px {
	max-width: 100px !important;
}
.w-110px {
	width: 110px !important;
}
.w-min-110px {
	min-width: 110px !important;
}
.w-max-110px {
	max-width: 110px !important;
}
.w-120px {
	width: 120px !important;
}
.w-min-120px {
	min-width: 120px !important;
}
.w-max-120px {
	max-width: 120px !important;
}
.w-125px {
	width: 125px !important;
}
.w-min-125px {
	min-width: 125px !important;
}
.w-max-125px {
	max-width: 125px !important;
}
.w-130px {
	width: 130px !important;
}
.w-min-130px {
	min-width: 130px !important;
}
.w-max-130px {
	max-width: 130px !important;
}
.w-140px {
	width: 140px !important;
}
.w-min-140px {
	min-width: 140px !important;
}
.w-max-140px {
	max-width: 140px !important;
}
.w-150px {
	width: 150px !important;
}
.w-min-150px {
	min-width: 150px !important;
}
.w-max-150px {
	max-width: 150px !important;
}
.w-175px {
	width: 175px !important;
}
.w-min-175px {
	min-width: 175px !important;
}
.w-max-175px {
	max-width: 175px !important;
}
.w-200px {
	width: 200px !important;
}
.w-min-200px {
	min-width: 200px !important;
}
.w-max-200px {
	max-width: 200px !important;
}
.w-220px {
	width: 220px !important;
}
.w-min-220px {
	min-width: 220px !important;
}
.w-max-220px {
	max-width: 220px !important;
}
.w-225px {
	width: 225px !important;
}
.w-min-225px {
	min-width: 225px !important;
}
.w-max-225px {
	max-width: 225px !important;
}
.w-250px {
	width: 250px !important;
}
.w-min-250px {
	min-width: 250px !important;
}
.w-max-250px {
	max-width: 250px !important;
}
.w-300px {
	width: 300px !important;
}
.w-min-300px {
	min-width: 300px !important;
}
.w-max-300px {
	max-width: 300px !important;
}
.w-350px {
	width: 350px !important;
}
.w-min-350px {
	min-width: 350px !important;
}
.w-max-350px {
	max-width: 350px !important;
}
.w-400px {
	width: 400px !important;
}
.w-min-400px {
	min-width: 400px !important;
}
.w-max-400px {
	max-width: 400px !important;
}
.w-550px {
	width: 550px !important;
}
.w-min-550px {
	min-width: 550px !important;
}
.w-max-550px {
	max-width: 550px !important;
}
.w-max-100,
.wide-xs-fix,
.wide-sm-fix,
.wide-md-fix,
.wide-lg-fix {
	max-width: 100% !important;
}
.w-min-100 {
	min-width: 100% !important;
}
.w-max-auto {
	max-width: inherit !important;
}
.w-min-auto {
	min-width: auto !important;
}
.w-15 {
	width: 15% !important;
}
.w-20 {
	width: 20% !important;
}
.w-30 {
	width: 30% !important;
}
.w-35 {
	width: 35% !important;
}
.w-40 {
	width: 40% !important;
}
.w-45 {
	width: 45% !important;
}
.w-55 {
	width: 55% !important;
}
.w-60 {
	width: 60% !important;
}
.w-65 {
	width: 65% !important;
}
.w-70 {
	width: 70% !important;
}
.w-80 {
	width: 80% !important;
}
.w-85 {
	width: 85% !important;
}
.w-90 {
	width: 90% !important;
}
.w-95 {
	width: 95% !important;
}
@media (min-width: 576px) {
	.wide-xs {
		max-width: 520px !important;
	}
	.wide-xs-fix {
		width: 520px !important;
	}
}
@media (min-width: 768px) {
	.wide-sm {
		max-width: 720px !important;
	}
	.wide-sm-fix {
		width: 720px !important;
	}
}
@media (min-width: 992px) {
	.wide-md {
		max-width: 960px !important;
	}
	.wide-md-fix {
		width: 960px !important;
	}
}
@media (min-width: 1200px) {
	.wide-lg {
		max-width: 1140px !important;
	}
	.wide-lg-fix {
		width: 1140px !important;
	}
}
@media (min-width: 1280px) {
	.wide-xl {
		max-width: 1240px !important;
	}
	.wide-xl-fix {
		width: 1240px !important;
	}
}
.wide-xs-fix {
	width: 520px !important;
}
.wide-sm-fix {
	width: 720px !important;
}
.wide-md-fix {
	width: 960px !important;
}
.wide-lg-fix {
	width: 1140px !important;
}
.wide-xl-fix {
	width: 1240px !important;
}
@media (min-width: 1200px) and (max-width: 1660px) {
	.wide-fit {
		max-width: 1140px;
	}
}
.h-100px {
	height: 100px !important;
}
.h-min-100px {
	min-height: 100px !important;
}
.h-max-100px {
	max-height: 100px !important;
}
.h-150px {
	height: 150px !important;
}
.h-min-150px {
	min-height: 150px !important;
}
.h-max-150px {
	max-height: 150px !important;
}
.h-175px {
	height: 175px !important;
}
.h-min-175px {
	min-height: 175px !important;
}
.h-max-175px {
	max-height: 175px !important;
}
.h-200px {
	height: 200px !important;
}
.h-min-200px {
	min-height: 200px !important;
}
.h-max-200px {
	max-height: 200px !important;
}
.h-225px {
	height: 225px !important;
}
.h-min-225px {
	min-height: 225px !important;
}
.h-max-225px {
	max-height: 225px !important;
}
.h-250px {
	height: 250px !important;
}
.h-min-250px {
	min-height: 250px !important;
}
.h-max-250px {
	max-height: 250px !important;
}
.h-275px {
	height: 275px !important;
}
.h-min-275px {
	min-height: 275px !important;
}
.h-max-275px {
	max-height: 275px !important;
}
.h-300px {
	height: 300px !important;
}
.h-min-300px {
	min-height: 300px !important;
}
.h-max-300px {
	max-height: 300px !important;
}
.h-325px {
	height: 325px !important;
}
.h-min-325px {
	min-height: 325px !important;
}
.h-max-325px {
	max-height: 325px !important;
}
.h-350px {
	height: 350px !important;
}
.h-min-350px {
	min-height: 350px !important;
}
.h-max-350px {
	max-height: 350px !important;
}
.h-375px {
	height: 375px !important;
}
.h-min-375px {
	min-height: 375px !important;
}
.h-max-375px {
	max-height: 375px !important;
}
.h-400px {
	height: 400px !important;
}
.h-min-400px {
	min-height: 400px !important;
}
.h-max-400px {
	max-height: 400px !important;
}
.h-425px {
	height: 425px !important;
}
.h-min-425px {
	min-height: 425px !important;
}
.h-max-425px {
	max-height: 425px !important;
}
.h-450px {
	height: 450px !important;
}
.h-min-450px {
	min-height: 450px !important;
}
.h-max-450px {
	max-height: 450px !important;
}
.h-475px {
	height: 475px !important;
}
.h-min-475px {
	min-height: 475px !important;
}
.h-max-475px {
	max-height: 475px !important;
}
.h-500px {
	height: 500px !important;
}
.h-min-500px {
	min-height: 500px !important;
}
.h-max-500px {
	max-height: 500px !important;
}
.absolute-top-left {
	position: absolute;
	top: 0;
	left: 0;
}
.absolute-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.absolute-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.absolute-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.shrink-0 {
	flex-shrink: 0;
}
.badge {
	position: relative;
	border: 1px solid currentColor;
	line-height: 1.125rem;
	font-family: Roboto;
	letter-spacing: 0.01em;
	vertical-align: middle;
}
.badge .icon + span,
.badge span + .icon {
	padding-left: 8px;
}
.badge-sm {
	padding: 0.3125rem 0.75rem;
	font-size: 0.75rem;
}
.badge-sm.badge-pill {
	padding: 0.3125rem 0.875rem;
}
.badge-md {
	padding: 0.47rem 1rem;
	font-size: 0.8125rem !important;
}
.badge-lg {
	padding: 0.75rem 1.25rem;
	font-size: 0.93rem !important;
}
.badge-xl {
	padding: 0.875rem 1.5rem;
	font-size: 1.125rem !important;
}
.badge-light {
	color: #364a63;
}
.badge-lighter {
	color: #526484;
}
.badge-primary {
	border-color: #0de7b2;
}
.badge-secondary {
	border-color: #364a63;
}
.badge-success {
	border-color: #1ee0ac;
}
.badge-info {
	border-color: #088b6b;
}
.badge-warning {
	border-color: #f4bd0e;
}
.badge-danger {
	border-color: #e85347;
}
.badge-dark {
	border-color: #1c2b46;
}
.badge-gray {
	border-color: #8091a7;
}
.badge-light {
	border-color: #e5e9f2;
}
.badge-lighter {
	border-color: #f5f6fa;
}
.badge-outline-primary {
	color: #0de7b2;
	border-color: #68b1ff;
}
.badge-outline-secondary {
	color: #364a63;
	border-color: #8692a1;
}
.badge-outline-success {
	color: #1ee0ac;
	border-color: #78eccd;
}
.badge-outline-info {
	color: #088b6b;
	border-color: #85d3ef;
}
.badge-outline-warning {
	color: #f4bd0e;
	border-color: #f8d76e;
}
.badge-outline-danger {
	color: #e85347;
	border-color: #f19891;
}
.badge-outline-dark {
	color: #1c2b46;
	border-color: #778090;
}
.badge-outline-gray {
	color: #8091a7;
	border-color: #b3bdca;
}
.badge-outline-light {
	color: #b7c2d0;
	border-color: #d4dae3;
}
.badge-outline-lighter {
	color: #e5e9f2;
	border-color: #eff2f7;
}
.badge-dim.badge-primary {
	color: #0de7b2;
	background-color: #e3f1ff;
	border-color: #e3f1ff;
}
.badge-dim.badge-outline-primary {
	color: #0de7b2;
	background-color: #e3f1ff;
	border-color: #9acbff;
}
.badge-dim.badge-secondary {
	color: #364a63;
	background-color: #e9ebee;
	border-color: #e9ebee;
}
.badge-dim.badge-outline-secondary {
	color: #364a63;
	background-color: #e9ebee;
	border-color: #afb7c1;
}
.badge-dim.badge-success {
	color: #1ee0ac;
	background-color: #e6fcf6;
	border-color: #e6fcf6;
}
.badge-dim.badge-outline-success {
	color: #1ee0ac;
	background-color: #e6fcf6;
	border-color: #a5f3de;
}
.badge-dim.badge-info {
	color: #088b6b;
	background-color: #e9f7fc;
	border-color: #e9f7fc;
}
.badge-dim.badge-outline-info {
	color: #088b6b;
	background-color: #e9f7fc;
	border-color: #ade1f5;
}
.badge-dim.badge-warning {
	color: #f4bd0e;
	background-color: #fef8e4;
	border-color: #fef8e4;
}
.badge-dim.badge-outline-warning {
	color: #f4bd0e;
	background-color: #fef8e4;
	border-color: #fbe59f;
}
.badge-dim.badge-danger {
	color: #e85347;
	background-color: #fceceb;
	border-color: #fceceb;
}
.badge-dim.badge-outline-danger {
	color: #e85347;
	background-color: #fceceb;
	border-color: #f6bab5;
}
.badge-dim.badge-dark {
	color: #1c2b46;
	background-color: #e6e8eb;
	border-color: #e6e8eb;
}
.badge-dim.badge-outline-dark {
	color: #1c2b46;
	background-color: #e6e8eb;
	border-color: #a4aab5;
}
.badge-dim.badge-gray {
	color: #8091a7;
	background-color: #f1f3f5;
	border-color: #f1f3f5;
}
.badge-dim.badge-outline-gray {
	color: #8091a7;
	background-color: #f1f3f5;
	border-color: #ccd3dc;
}
.badge-dim.badge-light {
	color: #b7c2d0;
	background-color: #f7f8fa;
	border-color: #f7f8fa;
}
.badge-dim.badge-outline-light {
	color: #b7c2d0;
	background-color: #f7f8fa;
	border-color: #e2e7ec;
}
.badge-dim.badge-lighter {
	color: #e5e9f2;
	background-color: #fcfdfe;
	border-color: #fcfdfe;
}
.badge-dim.badge-outline-lighter {
	color: #e5e9f2;
	background-color: #fcfdfe;
	border-color: #f5f6fa;
}
.badge-dot {
	display: inline-flex;
	align-items: center;
	background-color: transparent;
	border: none;
	padding-left: 12px;
	padding-right: 0;
	font-size: 12px;
}
.badge-dot:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	height: 6px;
	width: 6px;
	margin-top: -1px;
	border-radius: 50%;
	background: currentColor;
}
.badge-dot.badge-sm,
.badge-dot.badge-md {
	padding-left: 16px;
}
.badge-dot.badge-sm:before,
.badge-dot.badge-md:before {
	height: 8px;
	width: 8px;
	margin-top: 0;
}
.badge-dot.badge-lg,
.badge-dot.badge-xl {
	padding-left: 24px;
}
.badge-dot.badge-lg:before,
.badge-dot.badge-xl:before {
	height: 12px;
	width: 12px;
	margin-top: 0;
}
.badge-dot.badge-primary {
	color: #0de7b2;
}
.badge-dot.badge-secondary {
	color: #364a63;
}
.badge-dot.badge-success {
	color: #1ee0ac;
}
.badge-dot.badge-info {
	color: #088b6b;
}
.badge-dot.badge-warning {
	color: #f4bd0e;
}
.badge-dot.badge-danger {
	color: #e85347;
}
.badge-dot.badge-dark {
	color: #1c2b46;
}
.badge-dot.badge-gray {
	color: #8091a7;
}
.badge-dot.badge-light {
	color: #b7c2d0;
}
.badge-dot.badge-lighter {
	color: #e5e9f2;
}
@media (max-width: 767.98px) {
	.badge-dot-sm {
		width: 0;
		overflow: hidden;
	}
}
@media (max-width: 413px) {
	.badge-dot-mb {
		width: 0;
		overflow: hidden;
	}
}
@media (max-width: 369px) {
	.badge-dot-xs {
		width: 0;
		overflow: hidden;
	}
}
.alert:last-child {
	margin-bottom: 0;
}
.alert-link {
	box-shadow: 0 1px 0 currentColor;
}
.alert-link:hover {
	box-shadow: none;
}
.alert h5,
.alert h6,
.alert .title {
	font-size: 1.05rem;
}
.alert.alert-icon {
	padding-left: 3rem;
}
.alert.alert-icon > .icon {
	position: absolute;
	font-size: 1.25rem;
	line-height: 1;
	width: 1.75rem;
	top: 1rem;
	left: 1.25rem;
	margin-left: -1px;
}
.alert-dismissible .close {
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
	margin-top: -1px;
}
.alert-dismissible .close:focus {
	outline: none;
}
.alert-dismissible .close:hover {
	color: currentColor;
}
.alert-dismissible .close:after {
	font-family: "Nioicon";
	content: "";
	font-size: 1.1rem;
}
.alert-light,
.alert-lighter,
.alert-gray {
	border-color: #e5e9f2;
	color: #526484;
}
.alert-light .alert-link,
.alert-lighter .alert-link,
.alert-gray .alert-link {
	color: #526484;
}
.alert-alt {
	position: relative;
	padding: 0.875rem;
	border-radius: 12px;
}
.alert-alt.alert-icon {
	padding-left: 4rem;
}
.alert-alt.alert-icon > .icon {
	position: absolute;
	font-size: 2rem;
	line-height: 1;
	width: 4rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0.5;
}
.alert-dim {
	border: 0 none !important;
}
.alert-plain {
	background: #fff !important;
	color: #364a63 !important;
}
.alert-plain .alert-link {
	color: inherit !important;
}
.alert-thick {
	border-width: 2px;
}
a.alert:hover {
	color: currentColor;
}
.alert-fill.alert-primary {
	color: #fff;
	background: #0de7b2;
}
.alert-fill.alert-secondary {
	color: #fff;
	background: #364a63;
}
.alert-fill.alert-success {
	color: #fff;
	background: #1ee0ac;
}
.alert-fill.alert-info {
	color: #fff;
	background: #088b6b;
}
.alert-fill.alert-warning {
	color: #fff;
	background: #f4bd0e;
}
.alert-fill.alert-danger {
	color: #fff;
	background: #e85347;
}
.alert-fill.alert-dark {
	color: #fff;
	background: #1c2b46;
}
.alert-fill.alert-gray {
	color: #fff;
	background: #8091a7;
}
.alert-fill.alert-light {
	color: #101924;
	background: #e5e9f2;
}
.alert-fill.alert-lighter {
	color: #101924;
	background: #ebeef2;
}
.alert-fill {
	border-width: 0;
}
.alert-fill .alert-link,
.alert-fill .icon,
.alert-fill h4,
.alert-fill h5,
.alert-fill h6 {
	color: currentColor;
}
.alert-fill.alert-light {
	color: #364a63;
}
.alert-fill.alert-lighter {
	color: #526484;
}
.alert-pro {
	box-shadow: 0 4px 15px 0 rgba(31, 43, 58, 0.1);
	border: none;
	border-left: 4px solid transparent;
	color: #526484;
	line-height: 1.5;
	background: #fff;
}
.alert-pro.no-shadow {
	box-shadow: none;
}
.alert-pro.no-border {
	border-left: 0;
}
.alert-pro.alert-icon {
	padding-left: 4rem;
}
.alert-pro.alert-icon > .icon {
	font-size: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
}
.alert-pro.alert-primary {
	border-color: #0de7b2;
}
.alert-pro.alert-primary > .icon {
	color: #0de7b2;
}
.alert-pro.alert-secondary {
	border-color: #364a63;
}
.alert-pro.alert-secondary > .icon {
	color: #364a63;
}
.alert-pro.alert-success {
	border-color: #1ee0ac;
}
.alert-pro.alert-success > .icon {
	color: #1ee0ac;
}
.alert-pro.alert-info {
	border-color: #088b6b;
}
.alert-pro.alert-info > .icon {
	color: #088b6b;
}
.alert-pro.alert-warning {
	border-color: #f4bd0e;
}
.alert-pro.alert-warning > .icon {
	color: #f4bd0e;
}
.alert-pro.alert-danger {
	border-color: #e85347;
}
.alert-pro.alert-danger > .icon {
	color: #e85347;
}
.alert-pro.alert-dark {
	border-color: #1c2b46;
}
.alert-pro.alert-dark > .icon {
	color: #1c2b46;
}
.alert-pro.alert-gray {
	border-color: #8091a7;
}
.alert-pro.alert-gray > .icon {
	color: #8091a7;
}
.alert-pro.alert-light {
	border-color: #b7c2d0;
}
.alert-pro.alert-light > .icon {
	color: #b7c2d0;
}
.alert-pro.alert-lighter {
	border-color: #b7c2d0;
}
.alert-pro.alert-lighter > .icon {
	color: #b7c2d0;
}
.breadcrumb-item {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}
.breadcrumb-item a:not(:hover) {
	color: #8094ae;
}
.breadcrumb-pipe .breadcrumb-item + .breadcrumb-item::before {
	content: "|";
}
.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
	font-family: "Nioicon";
	content: "";
}
.breadcrumb-item.active:not(:only-child) {
	font-weight: 400;
}
.breadcrumb-alt .breadcrumb-item {
	text-transform: unset;
	letter-spacing: 0;
	color: #8094ae;
}
.breadcrumb-xs .breadcrumb-item + .breadcrumb-item {
	padding-left: 0.25rem;
}
.breadcrumb-xs .breadcrumb-item + .breadcrumb-item:before {
	padding-right: 0.25rem;
	font-size: 0.8em;
}
.breadcrumb-sm .breadcrumb-item {
	font-size: 13px;
}
.link {
	display: inline-flex;
	align-items: center;
	font-size: 0.85rem;
	font-weight: 500;
	font-family: Roboto;
	line-height: 1;
	border: none;
	background: transparent;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.link:focus {
	box-shadow: none;
	outline: none;
}
.link .icon {
	font-size: 1.3em;
}
.link span,
.link .icon {
	display: inline-block;
}
.link .icon-circle {
	display: inline-flex;
}
.link .icon + span,
.link span + .icon {
	padding-left: 10px;
}
.link-md {
	font-size: 1.25rem;
}
.link-sm {
	font-size: 0.75rem;
}
.link-dim {
	opacity: 0.7;
}
.link-dim:hover {
	opacity: 1;
}
.link-block {
	display: flex;
}
.link-between {
	justify-content: space-between;
}
.btn-group .link.active {
	box-shadow: 0 2px 0px #0de7b2;
}
.link-primary {
	color: #0de7b2 !important;
}
.link-on-primary:hover {
	color: #0de7b2 !important;
}
.link-secondary {
	color: #364a63 !important;
}
.link-on-secondary:hover {
	color: #364a63 !important;
}
.link-success {
	color: #1ee0ac !important;
}
.link-on-success:hover {
	color: #1ee0ac !important;
}
.link-info {
	color: #088b6b !important;
}
.link-on-info:hover {
	color: #088b6b !important;
}
.link-warning {
	color: #f4bd0e !important;
}
.link-on-warning:hover {
	color: #f4bd0e !important;
}
.link-danger {
	color: #e85347 !important;
}
.link-on-danger:hover {
	color: #e85347 !important;
}
.link-dark {
	color: #1c2b46 !important;
}
.link-on-dark:hover {
	color: #1c2b46 !important;
}
.link-gray {
	color: #8091a7 !important;
}
.link-on-gray:hover {
	color: #8091a7 !important;
}
.link-light {
	color: #8094ae !important;
}
.link-on-light:hover {
	color: #8094ae !important;
}
.link-lighter {
	color: #b7c2d0 !important;
}
.link-on-lighter:hover {
	color: #b7c2d0 !important;
}
.link-text {
	color: #526484 !important;
}
.link-on-text:hover {
	color: #526484 !important;
}
.link-danger:hover,
.link-warning:hover,
.link-success:hover,
.link-info:hover {
	color: #526484 !important;
}
.btn {
	position: relative;
	letter-spacing: 0.02em;
	display: inline-flex;
	align-items: center;
}
.btn-xl {
	padding: 0.6875rem 1.5rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	border-radius: 5px;
}
.btn-xs {
	padding: 0.125rem 0.5rem;
	font-size: 0.6875rem;
	line-height: 1rem;
	border-radius: 3px;
}
.btn .icon {
	font-size: 1.4em;
	line-height: inherit;
}
.btn > span:not([class*="spinner-border"]) {
	display: inline-block;
	white-space: nowrap;
}
.btn > span:not([class*="spinner-border"]):only-child {
	width: 100%;
}
.btn .icon + span,
.btn span + .icon {
	padding-left: 8px;
}
.btn .dd-indc {
	transform: translateX(-8px);
}
.btn span + .dd-indc {
	transform: translateX(8px);
}
.btn-lg .icon + span,
.btn-group-lg > .btn .icon + span,
.btn-lg span + .icon,
.btn-group-lg > .btn span + .icon {
	padding-left: 12px;
}
.btn-round {
	border-radius: 2.125rem;
}
.btn-block {
	justify-content: center;
}
.btn-ucap,
.btn.ucap {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.btn-icon:not([class*="btn-icon-break"]) {
	padding-left: 0;
	padding-right: 0;
}
.btn-icon .icon {
	width: 2.125rem;
}
.btn-icon.btn-xl .icon {
	width: 2.625rem;
}
.btn-icon.btn-lg .icon,
.btn-group-lg > .btn-icon.btn .icon {
	width: 2.625rem;
}
.btn-icon.btn-sm .icon,
.btn-group-sm > .btn-icon.btn .icon {
	width: 1.75rem;
}
.btn-icon.btn-xs .icon {
	width: 1.25rem;
	font-size: 1.1em;
}
.btn-icon .dot {
	top: 0.35rem;
	right: 0.35rem;
	position: absolute;
	transform: translate(50%, -50%);
}
.btn-icon .badge {
	top: 0.25rem;
	right: 0.25rem;
	position: absolute;
	transform: translate(50%, -50%);
}
.btn-icon .badge-circle {
	border-radius: 50%;
	height: 1.125rem;
	width: 1.125rem;
	padding: 0;
	font-weight: 700;
	font-size: 11px;
}
.btn-mw {
	min-width: 120px;
	justify-content: center;
}
.btn-wrap {
	flex-direction: column;
	align-items: center;
	flex-grow: 0;
}
.btn-extext {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	margin-top: 0.25rem;
	color: #8094ae;
}
.btn-wider {
	display: flex;
}
.btn-wider .icon + span,
.btn-wider span + .icon {
	margin-left: auto;
}
.btn-auto {
	min-width: auto;
}
.btn-pd-auto {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.btn .spinner-border-sm {
	border-width: 2px;
}
.btn .spinner-border,
.btn .spinner-grow {
	margin: 0.125rem;
}
.btn .spinner-border + span,
.btn .spinner-grow + span {
	margin-left: 0.375rem;
}
.btn span + .spinner-border,
.btn span + .spinner-grow {
	margin-left: 0.375rem;
}
.btn-indc {
	width: 100%;
}
.btn-indc .icon {
	font-size: 1.43em;
}
.btn-indc .indc {
	opacity: 0.6;
	margin-left: -8px;
	margin-right: auto;
}
.btn-indc span + .indc {
	margin-left: auto;
	margin-right: -8px;
}
.btn-block .spinner-border {
	position: absolute;
	right: 12px;
}
@media (min-width: 768px) {
	.btn-xl {
		padding: 0.625rem 2rem;
		font-size: 1.125rem;
		line-height: 2rem;
		border-radius: 5px;
	}
	.btn-xl.btn-round {
		border-radius: 3.25rem;
	}
	.btn-icon.btn-xl .icon {
		width: 3.25rem;
	}
}
.btn-trigger {
	position: relative;
	z-index: 1;
	color: #526484;
}
.btn-trigger:focus {
	box-shadow: none;
}
.btn-trigger:before {
	position: absolute;
	z-index: -1;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	content: "";
	background-color: #e5e9f2;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s;
}
.is-dark .btn-trigger:before {
	background-color: #002a54;
}
.show > .btn-trigger:before {
	opacity: 1;
	height: 120%;
	width: 120%;
}
.btn-trigger:hover:before,
.btn-trigger:focus:before,
.btn-trigger.active:not(.revarse):before {
	opacity: 1;
	height: 120%;
	width: 120%;
}
.btn-trigger.active:hover:before {
	background-color: #dbdfea;
}
a:hover .btn-trigger:before {
	opacity: 1;
	height: 120%;
	width: 120%;
}
.btn-dim.btn-outline-primary {
	color: #0de7b2;
	background-color: #e3f1ff;
	border-color: #9acbff;
}
.btn-dim.btn-outline-primary:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.btn-white.btn-outline-primary:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover,
.btn-trans.btn-outline-primary:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover {
	color: #0de7b2;
	background: #e3f1ff;
}
.btn-dim.btn-outline-success {
	color: #1ee0ac;
	background-color: #e6fcf6;
	border-color: #a5f3de;
}
.btn-dim.btn-outline-success:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #1ee0ac;
	border-color: #1ee0ac;
}
.btn-white.btn-outline-success:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover,
.btn-trans.btn-outline-success:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover {
	color: #1ee0ac;
	background: #e6fcf6;
}
.btn-dim.btn-outline-warning {
	color: #f4bd0e;
	background-color: #fef8e4;
	border-color: #fbe59f;
}
.btn-dim.btn-outline-warning:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #f4bd0e;
	border-color: #f4bd0e;
}
.btn-white.btn-outline-warning:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover,
.btn-trans.btn-outline-warning:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover {
	color: #f4bd0e;
	background: #fef8e4;
}
.btn-dim.btn-outline-info {
	color: #088b6b;
	background-color: #e9f7fc;
	border-color: #ade1f5;
}
.btn-dim.btn-outline-info:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #088b6b;
	border-color: #088b6b;
}
.btn-white.btn-outline-info:not(.btn-dim):not(:disabled):not(.disabled):hover,
.btn-trans.btn-outline-info:not(.btn-dim):not(:disabled):not(.disabled):hover {
	color: #088b6b;
	background: #e9f7fc;
}
.btn-dim.btn-outline-danger {
	color: #e85347;
	background-color: #fceceb;
	border-color: #f6bab5;
}
.btn-dim.btn-outline-danger:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #e85347;
	border-color: #e85347;
}
.btn-white.btn-outline-danger:not(.btn-dim):not(:disabled):not(.disabled):hover,
.btn-trans.btn-outline-danger:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover {
	color: #e85347;
	background: #fceceb;
}
.btn-dim.btn-outline-secondary {
	color: #364a63;
	background-color: #e9ebee;
	border-color: #b9c0c8;
}
.btn-dim.btn-outline-secondary:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #364a63;
	border-color: #364a63;
}
.btn-white.btn-outline-secondary:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover,
.btn-trans.btn-outline-secondary:not(.btn-dim):not(:disabled):not(
		.disabled
	):hover {
	color: #364a63;
	background: #e9ebee;
}
.btn-dim.btn-outline-gray {
	color: #3c4d62;
	background-color: #f1f3f5;
	border-color: #d3d9e0;
}
.btn-dim.btn-outline-gray:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #3c4d62;
	border-color: #3c4d62;
}
.btn-white.btn-outline-gray:not(.btn-dim):not(:disabled):not(.disabled):hover,
.btn-trans.btn-outline-gray:not(.btn-dim):not(:disabled):not(.disabled):hover {
	color: #3c4d62;
	background: #f1f3f5;
}
.btn-dim.btn-outline-dark {
	color: #1f2b3a;
	background-color: #e6e8e9;
	border-color: #b1b5ba;
}
.btn-dim.btn-outline-dark:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #1f2b3a;
	border-color: #1f2b3a;
}
.btn-white.btn-outline-dark:not(.btn-dim):not(:disabled):not(.disabled):hover,
.btn-trans.btn-outline-dark:not(.btn-dim):not(:disabled):not(.disabled):hover {
	color: #1f2b3a;
	background: #e6e8e9;
}
.btn-dim.btn-outline-light {
	color: #526484;
	background-color: #f5f6fa;
	border-color: #dbdfea;
}
.btn-dim.btn-outline-light:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #526484;
	border-color: #526484;
}
.btn-white.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover,
.btn-trans.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover {
	color: #526484;
	background: #f5f6fa;
}
.btn-dim.btn-primary {
	color: #0de7b2;
	background-color: #e3f1ff;
	border-color: transparent;
}
.btn-dim.btn-primary:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #0de7b2;
	border-color: #0de7b2;
}
.btn-dim.btn-secondary {
	color: #364a63;
	background-color: #e9ebee;
	border-color: transparent;
}
.btn-dim.btn-secondary:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #364a63;
	border-color: #364a63;
}
.btn-dim.btn-success {
	color: #1ee0ac;
	background-color: #e6fcf6;
	border-color: transparent;
}
.btn-dim.btn-success:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #1ee0ac;
	border-color: #1ee0ac;
}
.btn-dim.btn-warning {
	color: #f4bd0e;
	background-color: #fef8e4;
	border-color: transparent;
}
.btn-dim.btn-warning:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #f4bd0e;
	border-color: #f4bd0e;
}
.btn-dim.btn-info {
	color: #088b6b;
	background-color: #e9f7fc;
	border-color: transparent;
}
.btn-dim.btn-info:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #088b6b;
	border-color: #088b6b;
}
.btn-dim.btn-danger {
	color: #e85347;
	background-color: #fceceb;
	border-color: transparent;
}
.btn-dim.btn-danger:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #e85347;
	border-color: #e85347;
}
.btn-dim.btn-gray {
	color: #3c4d62;
	background-color: #eaebee;
	border-color: transparent;
}
.btn-dim.btn-gray:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #3c4d62;
	border-color: #3c4d62;
}
.btn-dim.btn-dark {
	color: #1f2b3a;
	background-color: #e6e8e9;
	border-color: transparent;
}
.btn-dim.btn-dark:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #1f2b3a;
	border-color: #1f2b3a;
}
.btn-dim.btn-light {
	color: #8091a7;
	background-color: #f1f3f5;
	border-color: transparent;
}
.btn-dim.btn-light:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #8091a7;
	border-color: #8091a7;
}
.btn-dim.btn-lighter {
	color: #b7c2d0;
	background-color: #f7f8fa;
	border-color: transparent;
}
.btn-dim.btn-lighter:not(:disabled):not(.disabled):hover {
	color: #101924;
	background-color: #b7c2d0;
	border-color: #b7c2d0;
}
.btn-trans.btn {
	background-color: transparent;
	border-color: transparent;
}
.btn-outline-light {
	border-color: #dbdfea;
}
.btn-outline-lighter {
	border-color: #e5e9f2;
}
.btn-outline-light,
.btn-outline-lighter {
	color: #526484;
}
.btn-white,
.btn-white.btn-dim {
	background: #fff;
}
.btn-white.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover {
	color: #fff;
	background: #526484;
	border-color: #526484;
}
.btn-toolbar-sep {
	border-right: 1px solid #e5e9f2;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.card-tools .btn-toolbar-sep {
	padding: 0 !important;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.btn-group.is-tags .btn-xs:first-child {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.btn-group.is-tags .btn-xs:last-child {
	margin-left: 0;
}
.btn-group.is-tags .btn-xs .icon {
	width: 1rem;
}
.btn-group.is-tags .btn-dim:not(:disabled):not(.disabled):hover {
	border-color: transparent;
}
.btn-group-sep {
	border-right: 1px solid #e5e9f2;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.btn-group .btn-group-sep {
	padding: 0 !important;
}
.btn-group.is-multi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
	display: inline-flex;
}
.dropdown-toggle {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
}
.dropdown-toggle:not([class*="indicator"]):after {
	display: none;
}
.clickable * {
	pointer-events: none;
}
.dropdown-menu {
	overflow: hidden;
	border: 1px solid #e5e9f2;
	box-shadow: 0 3px 12px 1px rgba(0, 68, 135, 0.15);
}
.dropdown-inner {
	padding: 0 1.75rem;
}
.dropdown-inner + .dropdown-inner {
	border-top: 1px solid #e5e9f2;
}
.dropdown-head,
.dropdown-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1.25rem;
	border-bottom: 1px solid #e5e9f2;
}
.dropdown-head.center,
.dropdown-foot.center {
	justify-content: center;
}
.dropdown-head {
	border-bottom: 1px solid #e5e9f2;
}
.dropdown-foot {
	border-top: 1px solid #e5e9f2;
}
.dropdown-body-sm {
	padding: 0.75rem;
}
.dropdown-body-rg {
	padding: 1.25rem;
}
.dropdown-body-md {
	padding: 1.5rem;
}
.dropdown-body-lg {
	padding: 2.25rem;
}
.dropdown-title {
	font-weight: 500;
	color: #364a63;
}
[class*="dropdown-indicator"]:after {
	border: none !important;
	font-family: "Nioicon";
	vertical-align: middle;
	content: "";
	margin-left: 0.25rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}
.dropup [class*="dropdown-indicator"]:after {
	content: "";
}
.dropdown-indicator-caret:after {
	content: "";
}
.dropup .dropdown-indicator-caret:after {
	content: "";
}
.dropdown-indicator-caret-up:after {
	content: "";
}
.dropup .dropdown-indicator-caret-up:after {
	content: "";
}
.dropdown-indicator-up:after {
	content: "";
}
.dropup .dropdown-indicator-up:after {
	content: "";
}
.dropdown-indicator-down:after {
	content: "";
}
.dropup .dropdown-indicator-down:after {
	content: "";
}
.dropdown-indicator-dubble:after {
	content: "";
}
.dropup .dropdown-indicator-dubble:after {
	content: "";
}
.dropdown-indicator-unfold:after {
	content: "";
}
.dropup .dropdown-indicator-unfold:after {
	content: "";
}
.dropdown-menu-center {
	left: 50% !important;
}
.dropdown-menu-bottom {
	bottom: 0 !important;
}
.dropdown-menu-xxs {
	min-width: 70px;
	max-width: 70px;
}
.dropdown-menu-xxs.dropdown-menu-center {
	margin-left: -35px;
}
.dropdown-menu-xs {
	min-width: 120px;
	max-width: 120px;
}
.dropdown-menu-xs.dropdown-menu-center {
	margin-left: -60px;
}
.dropdown-menu-md {
	min-width: 280px;
	max-width: 280px;
}
.dropdown-menu-md.dropdown-menu-center {
	margin-left: -140px;
}
.dropdown-menu-sm {
	min-width: 140px;
	max-width: 140px;
}
.dropdown-menu-sm.dropdown-menu-center {
	margin-left: -70px;
}
.dropdown-menu-lg {
	min-width: 320px;
	max-width: 320px;
}
.dropdown-menu-lg.dropdown-menu-center {
	margin-left: -160px;
}
.dropdown-menu-xl {
	min-width: 360px;
	max-width: 360px;
}
.dropdown-menu-xl.dropdown-menu-center {
	margin-left: -180px;
}
.dropdown-menu-auto {
	min-width: 100%;
	max-width: 100%;
}
.dropdown-menu-mxh {
	max-height: 400px;
	overflow: auto;
}
.nk-quick-nav .dropdown-menu {
	margin-top: 11px;
	margin-right: -6px;
}
@media (max-width: 420px) {
	.dropdown-menu-xl,
	.dropdown-menu-lg,
	.dropdown-menu-md {
		min-width: calc(100vw - 40px);
		max-width: calc(100vw - 40px);
	}
	.nk-quick-nav .dropdown-menu-xl,
	.nk-quick-nav .dropdown-menu-lg,
	.nk-quick-nav .dropdown-menu-md {
		margin-right: 0;
		margin-left: 16px;
	}
	.nk-quick-nav li:last-child .dropdown-menu-xl,
	.nk-quick-nav li:last-child .dropdown-menu-lg,
	.nk-quick-nav li:last-child .dropdown-menu-md {
		margin-left: 0;
		margin-right: 3px;
	}
}
.dropdown-menu-s1 {
	border-top: 3px solid #0de7b2;
}
.card + .card {
	margin-top: 28px;
}
.card + .nk-block-head {
	padding-top: 2.5rem;
}
.card-full {
	height: 100%;
}
.card.is-dark {
	background: #004487;
}
.card-bordered {
	border: 1px solid #dbdfea;
}
.card-bordered.is-dark {
	border-color: #004487;
}
.card-bordered.dashed {
	border-style: dashed;
}
.card-inner {
	padding: 1.25rem;
}
.card-inner-sm {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.card-inner-group .card-inner:not(:last-child) {
	border-bottom: 1px solid #dbdfea;
}
.card-inner-group .card-inner[class*="bg-"]:first-child {
	border-radius: 4px 4px 0 0;
}
.card-inner-group .card-inner[class*="bg-"]:last-child {
	border-radius: 0 0 4px 4px;
}
.card-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -0.25rem -0.5rem 1rem;
}
.card-head > * {
	padding: 0.25rem 0.5rem;
}
.card-head > .title:only-child {
	width: 100%;
}
.card-title-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.card-title-group .card-title {
	margin-bottom: 0;
}
.card-title-group:only-child,
.card-title-group .card-search {
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
}
.card-title h6.title:not(:last-child) {
	margin-bottom: 0.25rem;
}
.card-title p {
	font-size: 12px;
	color: #8094ae;
}
.card-title p .icon {
	line-height: inherit;
	vertical-align: middle;
}
.card-title-sm .title {
	font-size: 14px;
}
.card-title small {
	font-weight: 500;
	color: #8094ae;
}
.card-subtitle {
	color: #8094ae;
	font-family: Roboto;
	font-weight: normal;
}
.card-tools-nav {
	display: flex;
	margin: -6px -10px -5px;
}
.card-tools-nav li {
	padding: 0 10px;
}
.card-tools-nav li a {
	position: relative;
	color: #8094ae;
	padding: 10px 0;
	display: block;
	line-height: 1;
}
.card-tools-nav li a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	content: "";
	background: #0de7b2;
	opacity: 0;
}
.card-tools-nav li a:hover,
.card-tools-nav li a.active {
	color: #526484;
}
.card-tools-nav li a.active::before {
	opacity: 1;
}
.card-tools-nav li.active a {
	color: #526484;
}
.card-tools-nav li.active a::before {
	opacity: 1;
}
.card-tools-nav.nav {
	margin: -6px -10px -5px;
}
.card-tools.mr-n1 {
	margin-right: -0.5rem !important;
}
.card-hint {
	font-size: 1rem;
	color: #b6c6e3;
}
@media (max-width: 575.98px) {
	.card-head.ui-v2 .card-tools {
		width: calc(100% + 20px);
		margin: 0 -10px;
		padding-top: 0.5rem;
	}
	.card-head.ui-v2 .card-tools-nav {
		padding: 0 0.75rem;
		border-bottom: 1px solid #e5e9f2;
	}
	.card-head.ui-v2 .card-tools-nav li a {
		padding-bottom: 1rem;
	}
	.card-stretch {
		margin-left: -18px;
		margin-right: -18px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}
}
@media (min-width: 576px) {
	.card-inner {
		padding: 1.5rem;
	}
	.card-inner-sm {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.card-inner-md {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.card-header {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px) {
	.card-inner-lg {
		padding: 2.5rem;
	}
	.card-inner-xl {
		padding: 3.75rem;
	}
}
.form-icon {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	width: calc(1rem + 24px);
	height: calc(1rem + 24px);
}
.form-icon .icon {
	font-size: 16px;
	color: #8094ae;
}
.form-icon + .form-control {
	padding-left: calc(1rem + 24px);
}
.form-icon-right {
	left: auto;
	right: -1px;
}
.form-icon-right + .form-control {
	padding-left: 1rem;
	padding-right: calc(1rem + 24px);
}
.form-icon-big {
	width: calc(2rem + 24px);
}
.form-icon-big .icon {
	font-size: 24px;
	margin-left: 0.5rem;
}
.form-icon-big + .form-control {
	padding-left: calc(2rem + 24px);
}
.form-info {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	right: 0;
	top: 50%;
	padding: 0.125rem 1.25rem;
	transform: translateY(-50%);
	border-left: 1px solid #dbdfea;
	color: #8094ae;
}
.form-info + .form-control {
	padding-right: calc(1rem + 24px);
}
.form-info + .form-control-number {
	padding-right: calc(3rem + 24px);
}
.form-label {
	font-size: 0.875rem;
	font-weight: 500;
	color: #344357;
	margin-bottom: 0.5rem;
}
.form-label-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.form-label-group .form-label {
	margin-bottom: 0;
}
.form-label + .form-note {
	margin-top: -0.35rem;
}
.form-label span {
	color: #8094ae;
	font-weight: 400;
}
.form-note {
	font-size: 12px;
	color: #8094ae;
	font-style: italic;
	display: block;
}
.form-note-alt {
	font-size: 12px;
	color: #8094ae;
}
.form-note-group {
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
	margin-bottom: -0.25rem;
}
.form-control-wrap,
.form-control-group {
	position: relative;
}
.form-control-wrap + .form-note,
.form-control-group + .form-note {
	margin-top: 0.5rem;
}
.form-control-noborder {
	border-color: transparent;
}
.form-control-noborder:focus {
	border-color: #dbdfea;
	box-shadow: none;
}
.form-control-solid {
	border-color: #fff;
}
.form-control-solid:focus {
	box-shadow: none;
	border-color: #dbdfea;
}
.form-control-number {
	font-size: 20px;
	padding: 1rem 1.25rem;
	height: 66px;
}
.form-control-big {
	height: 66px;
}
.form-control-password-big {
	font-size: 44px;
	height: calc(1rem * 2 + 1.25rem + 1px);
	padding: 1rem 1rem;
}
.form-control.error {
	border-color: #e85347;
}
.form-control.error:focus {
	box-shadow: 0 0 0 3px rgba(232, 83, 71, 0.1);
}
.form-control.focus {
	border-color: #0de7b2;
	box-shadow: 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.form-control-simple {
	border: none;
	padding: 0;
}
.form-control-simple:focus {
	box-shadow: none;
}
.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}
.form-group:last-child {
	margin-bottom: 0;
}
.form-select {
	height: calc(2.125rem + 2px);
}
.form-select:not(.form-control) {
	opacity: 0;
}
.form-select-sm,
.form-select[data-ui*="sm"] {
	height: calc(1.75rem + 2px);
}
.form-select-lg,
.form-select[data-ui*="lg"] {
	height: calc(2.625rem + 2px);
}
.form-focus-none:focus {
	border-color: transparent;
	box-shadow: none;
}
.form-action .btn + .btn {
	margin-left: 1.25rem;
}
.form-round {
	border-radius: 100px;
}
.custom-select {
	appearance: none;
	-webkit-appearance: none;
}
.custom-select option {
	border-radius: 3px;
	padding: 5px 0.5rem;
	margin: 2px -0.5rem;
	cursor: pointer;
	color: #526484;
}
.custom-select option:last-child {
	margin-bottom: -0.5rem;
}
.form-control-select {
	position: relative;
}
.form-control-select .form-control {
	appearance: none;
	-webkit-appearance: none;
}
.form-control-select-multiple .custom-select {
	padding-top: 0.375rem;
	padding-bottom: 0.875rem;
}
.form-control-select-multiple .custom-select option {
	border-radius: 3px;
	padding: 5px 0.5rem;
	margin: 2px -0.5rem;
	cursor: pointer;
	color: #526484;
}
.form-control-select-multiple .custom-select option:last-child {
	margin-bottom: -0.5rem;
}
.form-control-select:after {
	font-family: "Nioicon";
	content: "";
	pointer-events: none;
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(1rem + 12px);
	height: calc(1rem + 12px);
}
textarea.no-resize {
	resize: none;
}
textarea.form-control {
	min-height: 122px;
	padding-top: 0.65625rem;
}
textarea.textarea-sm {
	min-height: 92px;
}
textarea.textarea-lg {
	min-height: 208px;
}
textarea.textarea-auto {
	min-height: 0;
}
.custom-file-input ~ .error,
.custom-file-input ~ .invalid,
.form-control ~ .error,
.form-control ~ .invalid {
	color: #e85347;
	font-size: 11px;
	font-style: italic;
}
.custom-btn-check {
	position: relative;
}
.custom-btn-check input {
	position: absolute;
	opacity: 0;
	height: 1px;
	width: 1px;
}
.custom-btn-check input:checked ~ label {
	color: #fff;
	border-color: #0de7b2;
	background-color: #0de7b2;
}
.custom-btn-check label {
	display: inline-block;
	border: 2px solid #ebeef2;
	background-color: #ebeef2;
	font-weight: 500;
	color: #526484;
	text-align: center;
	padding: 0.4375rem 1.125rem;
	font-size: 0.8125rem;
	line-height: 1.25rem;
	border-radius: 4px;
	transition: all 0.3s;
	margin-bottom: 0 !important;
}
.custom-btn-sm label {
	padding: 0.25rem 1rem;
	font-size: 0.75rem;
	line-height: 1.25rem;
}
.custom-btn-round label {
	border-radius: 60px;
}
.custom-btn-outline label {
	background-color: transparent;
}
.custom-control {
	display: inline-flex;
	min-height: 1.5rem;
}
.custom-control.notext {
	margin-left: -0.75rem;
}
.custom-control.notext .custom-control-label {
	position: relative;
	left: 0.75rem;
}
.custom-control-label {
	font-size: 14px;
	line-height: 1.25rem;
	padding-top: 0.125rem;
}
.custom-control-label::before,
.custom-control-label::after {
	top: 0;
}
.custom-control-label:after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-image: none !important;
	font-family: "Nioicon";
	color: #fff;
	opacity: 0;
}
.custom-checkbox .custom-control-label:after {
	content: "";
}
.custom-radio .custom-control-label:after {
	content: "";
}
.custom-control-label + span {
	align-self: center;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
	opacity: 1;
}
.custom-control .custom-control-input[disabled] ~ .custom-control-label,
.custom-control .custom-control-input:disabled ~ .custom-control-label {
	opacity: 0.7;
	color: #364a63;
}
.custom-control-sm {
	min-height: 1.125rem;
	padding-left: 1.625rem;
}
.custom-control-sm.notext {
	margin-left: -0.5rem;
}
.custom-control-sm.notext .custom-control-label {
	left: 0.5rem;
}
.custom-control-sm .custom-control-label {
	font-size: 12px;
	line-height: 1.125rem;
	padding-top: 0;
}
.custom-control-sm .custom-control-label::before,
.custom-control-sm .custom-control-label::after {
	left: -1.625rem;
	width: 1.125rem;
	height: 1.125rem;
}
.custom-control-sm .custom-control-label:after {
	font-size: 0.9em;
}
.custom-control-sm .custom-control-label + span {
	line-height: 1.125rem;
}
.custom-control-lg {
	min-height: 2rem;
	padding-left: 3rem;
}
.custom-control-lg.notext {
	margin-left: -1rem;
}
.custom-control-lg.notext .custom-control-label {
	left: 1rem;
}
.custom-control-lg .custom-control-label {
	font-size: 15px;
	line-height: 1.375rem;
	padding-top: 0.3125rem;
}
.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
	left: -3rem;
	width: 2rem;
	height: 2rem;
}
.custom-control-lg .custom-control-label:after {
	font-size: 1.2em;
}
.custom-control-input {
	position: absolute;
	height: 1px;
	width: 1px;
	opacity: 0;
}
.custom-control.is-right {
	padding-left: 0;
	padding-right: 2.25rem;
}
.custom-control.is-right .custom-control-label:before,
.custom-control.is-right .custom-control-label:after {
	left: auto;
	right: -2.25rem;
}
.custom-control.is-right.custom-control-sm {
	padding-right: 1.625rem;
}
.custom-control.is-right.custom-control-sm .custom-control-label:before,
.custom-control.is-right.custom-control-sm .custom-control-label:after {
	right: -1.625rem;
}
.custom-control.is-right.custom-control-lg {
	padding-right: 3rem;
}
.custom-control.is-right.custom-control-lg .custom-control-label:before,
.custom-control.is-right.custom-control-lg .custom-control-label:after {
	right: -3rem;
}
.custom-control-labeled {
	margin-top: 0.3125rem;
}
.custom-file-label {
	white-space: nowrap;
	overflow: hidden;
}
.custom-select {
	background: #fff;
}
.custom-switch {
	padding-left: 3.75rem;
}
.custom-switch .custom-control-label::before {
	left: -3.75rem;
	width: 3rem;
	border-radius: 1.5rem;
}
.custom-switch .custom-control-label::after {
	opacity: 1;
	top: 0.25rem;
	left: calc(-3.75rem + 4px);
	width: 1rem;
	height: 1rem;
	border-radius: 1.5rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(calc(2rem - 8px));
}
.custom-switch.custom-control-sm {
	padding-left: 2.46875rem;
}
.custom-switch.custom-control-sm .custom-control-label::before {
	left: -2.46875rem;
	width: 1.96875rem;
	border-radius: 0.98438rem;
}
.custom-switch.custom-control-sm .custom-control-label::after {
	top: 0.2375rem;
	left: calc(-2.46875rem + 4px);
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 0.98438rem;
}
.custom-switch.custom-control-sm
	.custom-control-input:checked
	~ .custom-control-label::after {
	transform: translateX(calc(1.31875rem - 8px));
}
.custom-switch.custom-control-lg {
	padding-left: 5rem;
}
.custom-switch.custom-control-lg .custom-control-label::before {
	left: -5rem;
	width: 4rem;
	border-radius: 2rem;
}
.custom-switch.custom-control-lg .custom-control-label::after {
	top: 0.375rem;
	left: calc(-5rem + 6px);
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 2rem;
}
.custom-switch.custom-control-lg
	.custom-control-input:checked
	~ .custom-control-label::after {
	transform: translateX(calc(2.75rem - 12px));
}
.custom-switch.is-right {
	padding-left: 0;
	padding-right: 3.75rem;
}
.custom-switch.is-right .custom-control-label:before,
.custom-switch.is-right .custom-control-label:after {
	left: auto;
	right: -2.25rem;
}
.custom-switch.is-right .custom-control-label::before {
	right: -3.75rem;
}
.custom-switch.is-right .custom-control-label::after {
	right: calc(-3.75rem + 4px);
}
.custom-switch.is-right
	.custom-control-input:checked
	~ .custom-control-label::after {
	transform: translateX(calc((-2rem + 8px)));
}
.custom-switch.is-right.custom-control-sm {
	padding-right: 2.46875rem;
}
.custom-switch.is-right.custom-control-sm .custom-control-label::before {
	right: -2.46875rem;
}
.custom-switch.is-right.custom-control-sm .custom-control-label::after {
	right: calc(-2.46875rem + 4px);
}
.custom-switch.is-right.custom-control-sm
	.custom-control-input:checked
	~ .custom-control-label::after {
	transform: translateX(calc((-1.31875rem + 8px)));
}
.custom-switch.is-right.custom-control-lg {
	padding-right: 5rem;
}
.custom-switch.is-right.custom-control-lg .custom-control-label::before {
	right: -5rem;
}
.custom-switch.is-right.custom-control-lg .custom-control-label::after {
	right: calc(-5rem + 6px);
}
.custom-switch.is-right.custom-control-lg
	.custom-control-input:checked
	~ .custom-control-label::after {
	transform: translateX(calc((-2.75rem + 12px)));
}
label {
	cursor: pointer;
}
input[type="radio"]:checked ~ label {
	cursor: default;
}
.is-alter .form-control ~,
.custom-control {
	position: relative;
}
.is-alter .form-control ~ .invalid,
.custom-control .invalid {
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	bottom: calc(100% + 4px);
	background: #ed756b;
	padding: 0.3rem 0.5rem;
	z-index: 1;
	border-radius: 3px;
	white-space: nowrap;
}
.is-alter .form-control ~ .invalid:before,
.custom-control .invalid:before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border-left: 6px solid #ed756b;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	bottom: -6px;
	left: 10px;
}
.is-alter .form-control ~ .invalid {
	left: auto;
	right: 0;
}
.is-alter .form-control ~ .invalid::before {
	left: auto;
	right: 10px;
	border-right-color: #ed756b;
	border-left-color: transparent;
	bottom: -4px;
}
.table thead tr:last-child th {
	border-bottom: 1px solid #dbdfea;
}
.table-dark thead tr:last-child th,
.table thead.thead-dark tr:last-child th {
	border-color: #3c4d62;
}
.table td:first-child,
.table th:first-child {
	padding-left: 1.25rem;
}
.table td:last-child,
.table th:last-child {
	padding-right: 1.25rem;
}
.table th {
	line-height: 1.1;
}
.table th.overline-title {
	line-height: 1.25rem;
	font-weight: 500;
}
.table caption {
	font-style: italic;
	padding-left: 1.25rem;
}
.table-bordered td,
.table-bordered th {
	padding-left: 1rem;
	padding-right: 1rem;
}
.table-plain td:first-child,
.table-plain th:first-child {
	padding-left: 0;
}
.table-plain td:last-child,
.table-plain th:last-child {
	padding-right: 0;
}
.table-lg td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.table-lg th {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.table-vm td,
.table-vm th,
.table td.vm,
.table th.vm {
	vertical-align: middle;
}
@media (min-width: 576px) {
	.table-lg td:first-child,
	.table-lg th:first-child {
		padding-left: 1.5rem;
	}
	.table-lg td:last-child,
	.table-lg th:last-child {
		padding-right: 1.5rem;
	}
}
.media-center {
	align-items: center;
}
.media-object {
	display: inline-flex;
}
.media > *:first-child {
	flex-shrink: 0;
}
.media > *:last-child {
	flex-grow: 1;
	max-width: 100%;
}
.nav {
	margin: -0.5rem -1rem;
}
.nav .nav-link {
	display: inline-flex;
	align-items: center;
}
.nav .nav-link .icon + span,
.nav .nav-link span + .icon {
	margin-left: 0.75rem;
}
.nav .nav-link .icon {
	font-size: 1.3em;
}
.nav-tabs {
	font-family: Roboto;
	margin: 0;
	font-size: 0.8125rem;
	border-bottom: 1px solid #dbdfea;
}
.nav-tabs-s2 {
	border-bottom: none;
	justify-content: center;
}
.nav-tabs + .tab-content {
	margin-top: 1.25rem;
}
.nav-tabs .nav-item {
	padding-right: 1.25rem;
}
.nav-tabs .nav-item:last-child {
	padding-right: 0;
}
.nav-tabs .nav-item.active .nav-link {
	color: #0de7b2;
}
.nav-tabs .nav-item.active .nav-link:after {
	opacity: 1;
}
.nav-tabs .nav-link {
	padding: 1rem 0;
	font-weight: 700;
	color: #526484;
	position: relative;
	border: none;
	outline: none;
	display: inline-flex;
	align-items: center;
}
.nav-tabs .nav-link .icon {
	font-size: 1.4em;
}
.nav-tabs .nav-link .icon + span {
	margin-left: 0.5rem;
}
.nav-tabs .nav-link .badge {
	margin-left: 0.25rem;
}
.nav-tabs .nav-link:hover {
	color: #364a63;
}
.nav-tabs .nav-link:focus {
	color: #0de7b2;
}
.nav-tabs .nav-link:before,
.nav-tabs .nav-link:after {
	position: absolute;
	content: "";
}
.nav-tabs .nav-link:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #0de7b2;
	opacity: 0;
}
.nav-tabs .nav-link.active {
	color: #0de7b2;
	border: none;
	background-color: transparent;
}
.nav-tabs .nav-link.active:after {
	opacity: 1;
}
.nav-sm {
	font-size: 0.8125rem;
}
@media (min-width: 768px) {
	.nav-tabs .nav-item {
		padding-right: 1.5rem;
	}
	.nav-tabs-sm .nav-item {
		padding-right: 1.25rem;
	}
}
@media (min-width: 992px) {
	.nav-tabs .nav-item {
		padding-right: 1.75rem;
	}
	.nav-tabs-sm .nav-item {
		padding-right: 1.25rem;
	}
	.nav-tabs .nav-link {
		font-size: 0.875rem;
	}
}
@media (min-width: 1200px) {
	.nav-tabs .nav-item {
		padding-right: 2.25rem;
	}
	.nav-tabs-sm .nav-item {
		padding-right: 1.25rem;
	}
}
@media (max-width: 575.98px) {
	.nav-tabs.is-stretch {
		margin-left: -18px;
		margin-right: -18px;
		padding-left: 18px;
		padding-right: 18px;
	}
}
.nav-item-trigger {
	display: inline-flex;
	align-items: center;
	margin: -1px -0.5rem 0 auto;
}
.nav-tabs-card {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-family: Roboto;
}
@media (min-width: 576px) {
	.nav-tabs-card {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.nav-tabs-mb-icon .nav-item {
		padding-right: 0.75rem;
	}
	.card-stretch .card-content > .nav-tabs-mb-icon .nav-item:first-child {
		margin-left: -0.5rem;
	}
	.nav-tabs-mb-icon .nav-link .icon {
		font-size: 1.25rem;
		padding: 0 0.5rem;
	}
	.nav-tabs-mb-icon .nav-link .icon + span {
		display: none;
	}
}
@media (max-width: 359px) {
	.nav-tabs .nav-item {
		padding-right: 1rem;
	}
	.nav-tabs-mb-icon .nav-item {
		padding-right: 0.35rem;
	}
}
.is-medium.nav-tabs .nav-link {
	padding: 0.75rem 0;
}
.modal-content {
	position: relative;
	min-height: 40px;
	box-shadow: 0px 0px 1px 0px rgba(82, 100, 132, 0.2),
		0px 8px 15.52px 0.48px rgba(28, 43, 70, 0.15);
}
.modal-content > .close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	height: 2.25rem;
	width: 2.25rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #526484;
	z-index: 1;
	transition: all 0.3s;
}
.modal-content > .back {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	height: 2.25rem;
	width: 2.25rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #526484;
	z-index: 1;
	transition: all 0.3s;
	font-size: 1.5rem;
	opacity: 0.5;
}
.modal-content > .back:hover {
	opacity: 1;
}
.modal-body .stretched {
	border-radius: 0;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.modal-body .stretched.alert {
	border: none;
}
.modal-body .stretched.alert-icon {
	padding-left: 3rem;
}
.modal-body-md {
	padding: 1.75rem 1.25rem;
}
.modal-body-md .stretched {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.modal-body-md .stretched.alert-icon {
	padding-left: 4.25rem;
}
.modal-body-lg {
	padding: 2.25rem 1.25rem;
}
.modal-body-lg .stretched {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.modal-body-lg .stretched.alert-icon {
	padding-left: 4.25rem;
}
.modal-footer-stretch {
	justify-content: stretch;
}
.modal-footer-between {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -0.25rem 0;
}
.modal-footer-between > div {
	padding: 0.25rem 0;
}
.modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog::before {
	height: calc(100vh - 1rem);
}
.modal.fade .modal-dialog {
	transform: translate(0, -10px);
}
.modal.zoom .modal-dialog {
	transform: scale(0.95);
	transition: transform 0.3s ease-out;
}
.modal-dialog-top {
	align-items: flex-start;
}
.modal.fade .modal-dialog-top {
	transform: translate(0, -30px);
}
.modal-dialog-bottom {
	align-items: flex-end;
}
@media (min-width: 576px) {
	.modal-md {
		max-width: 600px;
	}
	.modal-dialog {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog::before {
		height: calc(100vh - 3.5rem);
	}
	.modal-body {
		padding: 1.5rem 1.5rem;
	}
	.modal-body .stretched {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.modal-body .stretched.alert-icon {
		padding-left: 3.25rem;
	}
	.modal-body-sm {
		padding: 1.25rem 1.25rem;
	}
	.modal-body-sm .stretched {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.modal-body-sm .stretched.alert-icon {
		padding-left: 3rem;
	}
	.modal-body-md {
		padding: 2.25rem 2.5rem;
	}
	.modal-body-md .stretched {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.modal-body-md .stretched.alert-icon {
		padding-left: 4.25rem;
	}
	.modal-body-md .stretched.alert-icon > .icon {
		left: 2.5rem;
	}
	.modal-body-lg {
		padding: 3.75rem 3.75rem;
	}
	.modal-body-lg .stretched {
		margin-left: -3.75rem;
		margin-right: -3.75rem;
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
	.modal-body-lg .stretched.alert-icon {
		padding-left: 5.5rem;
	}
	.modal-header {
		padding: 1rem 1.5rem;
	}
	.modal-header-sm {
		padding: 0.75rem 1.25rem;
	}
	.modal-footer {
		padding: 1rem 1.5rem;
	}
	.modal-footer-sm {
		padding: 0.75rem 1.25rem;
	}
}
.pagination-goto {
	display: inline-flex;
	align-items: center;
	font-size: 0.8125rem;
	text-transform: uppercase;
}
.page-link {
	font-size: 0.8125rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: calc(1rem + 1.125rem + 2px);
}
.pagination-sm .page-link {
	line-height: 0.875rem;
	min-width: calc(0.875rem + 0.875rem + 2px);
}
.pagination-lg .page-link {
	line-height: 1.5rem;
	min-width: calc(1.5rem + 1.125rem + 2px);
}
.pagination-xl .page-link {
	padding: 0.875rem 0.75rem;
	font-size: 1.38125rem;
	line-height: 1.5rem;
	min-width: calc(1.5rem + 1.75rem + 2px);
}
.page-link .icon {
	font-size: 0.8125rem;
	line-height: inherit;
}
.page-link:not([href]) {
	background-color: transparent;
	color: inherit;
}
.page-link:not([href]) .icon:before {
	position: relative;
	top: 1px;
}
.page-link-prev span,
.page-link-next span {
	display: none;
}
@media (min-width: 576px) {
	.page-link-prev span,
	.page-link-next span {
		display: block;
	}
	.page-link-prev .icon {
		padding-right: 0.25rem;
	}
	.page-link-next .icon {
		padding-left: 0.25rem;
	}
}
.progress-bar {
	height: 100%;
	line-height: 1;
}
.progress-sm {
	height: 0.25rem;
}
.progress-md {
	height: 0.375rem;
}
.progress-lg {
	height: 1rem;
}
.progress-pill,
.progress-pill .progress-bar {
	border-radius: 100px;
}
.progress-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #8094ae;
	margin-bottom: 0.25rem;
}
.progress-label {
	font-size: 0.875rem;
}
.progress-amount {
	font-size: 12px;
	padding-left: 0.5rem;
}
.progress-alt {
	display: flex;
	align-items: center;
	overflow: visible;
}
.progress-alt .progress-bar {
	border-radius: 2px;
}
.progress-reverse {
	flex-direction: row-reverse;
}
.progress-bordered .progress-bar {
	margin-top: -2px;
	border: 2px solid #fff;
	box-sizing: content-box;
}
.progress-bordered .progress-bar:not(:first-child) {
	margin-left: -4px;
}
.progress-bordered.progress-reverse .progress-bar {
	margin-left: 0;
}
.progress-bordered.progress-reverse .progress-bar:not(:last-child) {
	margin-left: -5px;
}
.bar {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 6px;
	height: 100%;
	border-radius: 1px;
	background-color: #e5e9f2;
	margin: 0 auto;
}
.bar-group {
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.bar-fill {
	position: relative;
	border-radius: 1px;
	background-color: #0de7b2;
}
@media (min-width: 1200px) {
	.bar {
		width: 10px;
	}
}
.toast .close {
	display: inline-flex;
	margin-right: -0.5rem;
	margin-left: 0.5rem;
}
@font-face {
	font-family: "Nioicon";
	src: url("../fonts/Nioicon.eot?djcpub");
	src: url("../fonts/Nioicon.eot?djcpub#iefix") format("embedded-opentype"),
		url("../fonts/Nioicon.ttf?djcpub") format("truetype"),
		url("../fonts/Nioicon.woff?djcpub") format("woff"),
		url("../fonts/Nioicon.svg?djcpub#Nioicon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.ni {
	font-family: "Nioicon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ni-b-chrome:before {
	content: "";
}
.ni-b-edge:before {
	content: "";
}
.ni-b-firefox:before {
	content: "";
}
.ni-b-ie:before {
	content: "";
}
.ni-b-opera:before {
	content: "";
}
.ni-b-safari:before {
	content: "";
}
.ni-b-si:before {
	content: "";
}
.ni-b-uc:before {
	content: "";
}
.ni-brick-fill:before {
	content: "";
}
.ni-brick:before {
	content: "";
}
.ni-col-3s:before {
	content: "";
}
.ni-col-4s:before {
	content: "";
}
.ni-col-2s:before {
	content: "";
}
.ni-comments:before {
	content: "";
}
.ni-dot-sq:before {
	content: "";
}
.ni-dot:before {
	content: "";
}
.ni-footer:before {
	content: "";
}
.ni-header:before {
	content: "";
}
.ni-heading:before {
	content: "";
}
.ni-layout-alt-fill:before {
	content: "";
}
.ni-layout-alt:before {
	content: "";
}
.ni-layout-fill1:before {
	content: "";
}
.ni-layout1:before {
	content: "";
}
.ni-list-index-fill:before {
	content: "";
}
.ni-list-index:before {
	content: "";
}
.ni-list-thumb-alt-fill:before {
	content: "";
}
.ni-list-thumb-alt:before {
	content: "";
}
.ni-list-thumb-fill:before {
	content: "";
}
.ni-list-thumb:before {
	content: "";
}
.ni-masonry-fill:before {
	content: "";
}
.ni-masonry:before {
	content: "";
}
.ni-menu-circled:before {
	content: "";
}
.ni-menu-squared:before {
	content: "";
}
.ni-notice:before {
	content: "";
}
.ni-pen2:before {
	content: "";
}
.ni-propert-blank:before {
	content: "";
}
.ni-property-add:before {
	content: "";
}
.ni-property-alt:before {
	content: "";
}
.ni-property-remove:before {
	content: "";
}
.ni-property:before {
	content: "";
}
.ni-puzzle-fill:before {
	content: "";
}
.ni-puzzle:before {
	content: "";
}
.ni-quote-left:before {
	content: "";
}
.ni-quote-right:before {
	content: "";
}
.ni-row-mix:before {
	content: "";
}
.ni-row-view1:before {
	content: "";
}
.ni-sidebar-r:before {
	content: "";
}
.ni-text2:before {
	content: "";
}
.ni-tile-thumb-fill:before {
	content: "";
}
.ni-tile-thumb:before {
	content: "";
}
.ni-view-col-fill:before {
	content: "";
}
.ni-view-col-sq:before {
	content: "";
}
.ni-view-col:before {
	content: "";
}
.ni-view-col2:before {
	content: "";
}
.ni-view-col3:before {
	content: "";
}
.ni-view-cols-fill:before {
	content: "";
}
.ni-view-cols-sq:before {
	content: "";
}
.ni-view-cols:before {
	content: "";
}
.ni-view-grid-fill:before {
	content: "";
}
.ni-view-grid-sq:before {
	content: "";
}
.ni-view-grid-wd:before {
	content: "";
}
.ni-view-grid:before {
	content: "";
}
.ni-view-grid2-wd:before {
	content: "";
}
.ni-view-grid3-wd:before {
	content: "";
}
.ni-view-group-fill:before {
	content: "";
}
.ni-view-group-wd:before {
	content: "";
}
.ni-view-list-fill:before {
	content: "";
}
.ni-view-list-sq:before {
	content: "";
}
.ni-view-list-wd:before {
	content: "";
}
.ni-view-list:before {
	content: "";
}
.ni-view-panel-fill:before {
	content: "";
}
.ni-view-panel-sq:before {
	content: "";
}
.ni-view-panel:before {
	content: "";
}
.ni-view-row-fill:before {
	content: "";
}
.ni-view-row-sq:before {
	content: "";
}
.ni-view-row-wd:before {
	content: "";
}
.ni-view-row:before {
	content: "";
}
.ni-view-x1:before {
	content: "";
}
.ni-view-x2:before {
	content: "";
}
.ni-view-x3:before {
	content: "";
}
.ni-view-x4:before {
	content: "";
}
.ni-view-x5:before {
	content: "";
}
.ni-view-x6:before {
	content: "";
}
.ni-view-x7:before {
	content: "";
}
.ni-dashlite:before {
	content: "";
}
.ni-dashlite-circle:before {
	content: "";
}
.ni-dashlite-alt:before {
	content: "";
}
.ni-master-card:before {
	content: "";
}
.ni-paypal:before {
	content: "";
}
.ni-visa-alt:before {
	content: "";
}
.ni-coin-eur:before {
	content: "";
}
.ni-coin-gbp:before {
	content: "";
}
.ni-sign-ada-alt:before {
	content: "";
}
.ni-sign-bch-alt:before {
	content: "";
}
.ni-sign-bgp-alt:before {
	content: "";
}
.ni-sign-bnb-alt:before {
	content: "";
}
.ni-sign-brl-alt:before {
	content: "";
}
.ni-sign-btc-alt:before {
	content: "";
}
.ni-sign-cc-alt:before {
	content: "";
}
.ni-sign-cc-alt2:before {
	content: "";
}
.ni-sign-chf-alt:before {
	content: "";
}
.ni-sign-cny-alt:before {
	content: "";
}
.ni-sign-czk-alt:before {
	content: "";
}
.ni-sign-dash-alt:before {
	content: "";
}
.ni-sign-dkk-alt:before {
	content: "";
}
.ni-sign-eos-alt:before {
	content: "";
}
.ni-sign-eth-alt:before {
	content: "";
}
.ni-sign-eur-alt2:before {
	content: "";
}
.ni-sign-euro-alt:before {
	content: "";
}
.ni-sign-gbp-alt2:before {
	content: "";
}
.ni-sign-hkd-alt:before {
	content: "";
}
.ni-sign-idr-alt:before {
	content: "";
}
.ni-sign-inr-alt:before {
	content: "";
}
.ni-sign-jpy-alt:before {
	content: "";
}
.ni-sign-kr-alt:before {
	content: "";
}
.ni-sign-ltc-alt:before {
	content: "";
}
.ni-sign-ltc:before {
	content: "";
}
.ni-sign-mxn-alt:before {
	content: "";
}
.ni-sign-mxr-alt:before {
	content: "";
}
.ni-sign-myr-alt:before {
	content: "";
}
.ni-sign-paypal-alt:before {
	content: "";
}
.ni-sign-paypal-full:before {
	content: "";
}
.ni-sign-php-alt:before {
	content: "";
}
.ni-sign-pln-alt:before {
	content: "";
}
.ni-sign-rub-alt:before {
	content: "";
}
.ni-sign-sek-alt:before {
	content: "";
}
.ni-sign-sgd-alt:before {
	content: "";
}
.ni-sign-kobo-alt:before {
	content: "";
}
.ni-sign-steem-alt:before {
	content: "";
}
.ni-sign-steller-alt:before {
	content: "";
}
.ni-sign-stripe-fulll:before {
	content: "";
}
.ni-sign-thb-alt:before {
	content: "";
}
.ni-sign-trx-alt:before {
	content: "";
}
.ni-sign-try-alt:before {
	content: "";
}
.ni-sign-usd-alt:before {
	content: "";
}
.ni-sign-usd-alt2:before {
	content: "";
}
.ni-sign-usdc-alt:before {
	content: "";
}
.ni-sign-usdt-alt:before {
	content: "";
}
.ni-sign-visa-alt:before {
	content: "";
}
.ni-sign-vnd-alt:before {
	content: "";
}
.ni-sign-waves-alt:before {
	content: "";
}
.ni-sign-xem-alt:before {
	content: "";
}
.ni-sign-xrp-new-alt:before {
	content: "";
}
.ni-sign-xrp-old-alt:before {
	content: "";
}
.ni-sign-zcash-alt:before {
	content: "";
}
.ni-chevron-left:before {
	content: "";
}
.ni-chevron-right:before {
	content: "";
}
.ni-chevron-up:before {
	content: "";
}
.ni-chevron-down:before {
	content: "";
}
.ni-chevron-left-round:before {
	content: "";
}
.ni-chevron-right-round:before {
	content: "";
}
.ni-chevron-up-round:before {
	content: "";
}
.ni-chevron-down-round:before {
	content: "";
}
.ni-chevron-left-round-fill:before {
	content: "";
}
.ni-chevron-right-round-fill:before {
	content: "";
}
.ni-chevron-up-round-fill:before {
	content: "";
}
.ni-chevron-down-round-fill:before {
	content: "";
}
.ni-chevron-left-c:before {
	content: "";
}
.ni-chevron-right-c:before {
	content: "";
}
.ni-chevron-up-c:before {
	content: "";
}
.ni-chevron-down-c:before {
	content: "";
}
.ni-chevron-left-fill-c:before {
	content: "";
}
.ni-chevron-right-fill-c:before {
	content: "";
}
.ni-chevron-up-fill-c:before {
	content: "";
}
.ni-chevron-down-fill-c:before {
	content: "";
}
.ni-chevron-left-circle:before {
	content: "";
}
.ni-chevron-right-circle:before {
	content: "";
}
.ni-chevron-up-circle:before {
	content: "";
}
.ni-chevron-down-circle:before {
	content: "";
}
.ni-chevron-left-circle-fill:before {
	content: "";
}
.ni-chevron-right-circle-fill:before {
	content: "";
}
.ni-chevron-up-circle-fill:before {
	content: "";
}
.ni-chevron-down-circle-fill:before {
	content: "";
}
.ni-caret-left:before {
	content: "";
}
.ni-caret-right:before {
	content: "";
}
.ni-caret-up:before {
	content: "";
}
.ni-caret-down:before {
	content: "";
}
.ni-caret-left-fill:before {
	content: "";
}
.ni-caret-right-fill:before {
	content: "";
}
.ni-caret-up-fill:before {
	content: "";
}
.ni-caret-down-fill:before {
	content: "";
}
.ni-sort:before {
	content: "";
}
.ni-sort-up:before {
	content: "";
}
.ni-sort-down:before {
	content: "";
}
.ni-sort-fill:before {
	content: "";
}
.ni-sort-up-fill:before {
	content: "";
}
.ni-sort-down-fill:before {
	content: "";
}
.ni-sort-v:before {
	content: "";
}
.ni-swap-v:before {
	content: "";
}
.ni-swap:before {
	content: "";
}
.ni-arrow-left-round:before {
	content: "";
}
.ni-arrow-right-round:before {
	content: "";
}
.ni-arrow-up-round:before {
	content: "";
}
.ni-arrow-down-round:before {
	content: "";
}
.ni-arrow-left-round-fill:before {
	content: "";
}
.ni-arrow-right-round-fill:before {
	content: "";
}
.ni-arrow-up-round-fill:before {
	content: "";
}
.ni-arrow-down-round-fill:before {
	content: "";
}
.ni-arrow-left-c:before {
	content: "";
}
.ni-arrow-right-c:before {
	content: "";
}
.ni-arrow-up-c:before {
	content: "";
}
.ni-arrow-down-c:before {
	content: "";
}
.ni-arrow-left-fill-c:before {
	content: "";
}
.ni-arrow-right-fill-c:before {
	content: "";
}
.ni-arrow-up-fill-c:before {
	content: "";
}
.ni-arrow-down-fill-c:before {
	content: "";
}
.ni-arrow-left-circle:before {
	content: "";
}
.ni-arrow-right-circle:before {
	content: "";
}
.ni-arrow-up-circle:before {
	content: "";
}
.ni-arrow-down-circle:before {
	content: "";
}
.ni-arrow-left-circle-fill:before {
	content: "";
}
.ni-arrow-up-circle-fill:before {
	content: "";
}
.ni-arrow-down-circle-fill:before {
	content: "";
}
.ni-arrow-right-circle-fill:before {
	content: "";
}
.ni-chevrons-left:before {
	content: "";
}
.ni-chevrons-right:before {
	content: "";
}
.ni-chevrons-up:before {
	content: "";
}
.ni-chevrons-down:before {
	content: "";
}
.ni-first:before {
	content: "";
}
.ni-last:before {
	content: "";
}
.ni-back-ios:before {
	content: "";
}
.ni-forward-ios:before {
	content: "";
}
.ni-upword-ios:before {
	content: "";
}
.ni-downward-ios:before {
	content: "";
}
.ni-back-alt:before {
	content: "";
}
.ni-forward-alt:before {
	content: "";
}
.ni-upword-alt:before {
	content: "";
}
.ni-downward-alt:before {
	content: "";
}
.ni-back-alt-fill:before {
	content: "";
}
.ni-forward-alt-fill:before {
	content: "";
}
.ni-upword-alt-fill:before {
	content: "";
}
.ni-downward-alt-fill:before {
	content: "";
}
.ni-arrow-long-left:before {
	content: "";
}
.ni-arrow-long-right:before {
	content: "";
}
.ni-arrow-long-up:before {
	content: "";
}
.ni-arrow-long-down:before {
	content: "";
}
.ni-arrow-left:before {
	content: "";
}
.ni-arrow-right:before {
	content: "";
}
.ni-arrow-up:before {
	content: "";
}
.ni-arrow-down:before {
	content: "";
}
.ni-arrow-up-left:before {
	content: "";
}
.ni-arrow-up-right:before {
	content: "";
}
.ni-arrow-down-left:before {
	content: "";
}
.ni-arrow-down-right:before {
	content: "";
}
.ni-arrow-to-left:before {
	content: "";
}
.ni-arrow-to-right:before {
	content: "";
}
.ni-arrow-to-up:before {
	content: "";
}
.ni-arrow-to-down:before {
	content: "";
}
.ni-arrow-from-left:before {
	content: "";
}
.ni-arrow-from-right:before {
	content: "";
}
.ni-arrow-from-up:before {
	content: "";
}
.ni-arrow-from-down:before {
	content: "";
}
.ni-curve-down-left:before {
	content: "";
}
.ni-curve-up-right:before {
	content: "";
}
.ni-curve-up-left:before {
	content: "";
}
.ni-curve-down-right:before {
	content: "";
}
.ni-curve-left-up:before {
	content: "";
}
.ni-curve-right-up:before {
	content: "";
}
.ni-curve-left-down:before {
	content: "";
}
.ni-curve-right-down:before {
	content: "";
}
.ni-back-arrow:before {
	content: "";
}
.ni-forward-arrow:before {
	content: "";
}
.ni-back-arrow-fill:before {
	content: "";
}
.ni-forward-arrow-fill:before {
	content: "";
}
.ni-navigate:before {
	content: "";
}
.ni-navigate-up:before {
	content: "";
}
.ni-navigate-fill:before {
	content: "";
}
.ni-navigate-up-fill:before {
	content: "";
}
.ni-send:before {
	content: "";
}
.ni-send-alt:before {
	content: "";
}
.ni-unfold-less:before {
	content: "";
}
.ni-unfold-more:before {
	content: "";
}
.ni-exchange-v:before {
	content: "";
}
.ni-exchange:before {
	content: "";
}
.ni-expand:before {
	content: "";
}
.ni-shrink:before {
	content: "";
}
.ni-focus:before {
	content: "";
}
.ni-maximize:before {
	content: "";
}
.ni-minimize:before {
	content: "";
}
.ni-maximize-alt:before {
	content: "";
}
.ni-minimize-alt:before {
	content: "";
}
.ni-shuffle:before {
	content: "";
}
.ni-cross-sm:before {
	content: "";
}
.ni-cross:before {
	content: "";
}
.ni-cross-round:before {
	content: "";
}
.ni-cross-circle:before {
	content: "";
}
.ni-cross-c:before {
	content: "";
}
.ni-cross-round-fill:before {
	content: "";
}
.ni-cross-circle-fill:before {
	content: "";
}
.ni-cross-fill-c:before {
	content: "";
}
.ni-na:before {
	content: "";
}
.ni-check:before {
	content: "";
}
.ni-check-thick:before {
	content: "";
}
.ni-done:before {
	content: "";
}
.ni-check-round:before {
	content: "";
}
.ni-check-circle:before {
	content: "";
}
.ni-check-c:before {
	content: "";
}
.ni-check-round-fill:before {
	content: "";
}
.ni-check-circle-fill:before {
	content: "";
}
.ni-check-fill-c:before {
	content: "";
}
.ni-check-circle-cut:before {
	content: "";
}
.ni-check-round-cut:before {
	content: "";
}
.ni-bullet:before {
	content: "";
}
.ni-circle:before {
	content: "";
}
.ni-square:before {
	content: "";
}
.ni-square-c:before {
	content: "";
}
.ni-bullet-fill:before {
	content: "";
}
.ni-circle-fill:before {
	content: "";
}
.ni-square-fill:before {
	content: "";
}
.ni-square-fill-c:before {
	content: "";
}
.ni-plus-sm:before {
	content: "";
}
.ni-minus-sm:before {
	content: "";
}
.ni-plus:before {
	content: "";
}
.ni-minus:before {
	content: "";
}
.ni-plus-round:before {
	content: "";
}
.ni-minus-round:before {
	content: "";
}
.ni-plus-circle:before {
	content: "";
}
.ni-minus-circle:before {
	content: "";
}
.ni-plus-c:before {
	content: "";
}
.ni-minus-c:before {
	content: "";
}
.ni-plus-round-fill:before {
	content: "";
}
.ni-plus-circle-fill:before {
	content: "";
}
.ni-minus-round-fill:before {
	content: "";
}
.ni-minus-circle-fill:before {
	content: "";
}
.ni-plus-fill-c:before {
	content: "";
}
.ni-minus-fill-c:before {
	content: "";
}
.ni-plus-medi:before {
	content: "";
}
.ni-plus-medi-fill:before {
	content: "";
}
.ni-equal-sm:before {
	content: "";
}
.ni-equal:before {
	content: "";
}
.ni-calc:before {
	content: "";
}
.ni-search:before {
	content: "";
}
.ni-zoom-out:before {
	content: "";
}
.ni-zoom-in:before {
	content: "";
}
.ni-play:before {
	content: "";
}
.ni-play-fill:before {
	content: "";
}
.ni-play-circle:before {
	content: "";
}
.ni-play-circle-fill:before {
	content: "";
}
.ni-pause:before {
	content: "";
}
.ni-pause-fill:before {
	content: "";
}
.ni-pause-circle:before {
	content: "";
}
.ni-pause-circle-fill:before {
	content: "";
}
.ni-stop:before {
	content: "";
}
.ni-stop-fill:before {
	content: "";
}
.ni-stop-circle:before {
	content: "";
}
.ni-stop-circle-fill:before {
	content: "";
}
.ni-rewind:before {
	content: "";
}
.ni-forward:before {
	content: "";
}
.ni-rewind-fill:before {
	content: "";
}
.ni-forward-fill:before {
	content: "";
}
.ni-step-back:before {
	content: "";
}
.ni-step-forward:before {
	content: "";
}
.ni-vol-off:before {
	content: "";
}
.ni-vol-no:before {
	content: "";
}
.ni-vol-half:before {
	content: "";
}
.ni-vol:before {
	content: "";
}
.ni-mic:before {
	content: "";
}
.ni-mic-off:before {
	content: "";
}
.ni-video:before {
	content: "";
}
.ni-video-off:before {
	content: "";
}
.ni-video-fill:before {
	content: "";
}
.ni-loader:before {
	content: "";
}
.ni-power:before {
	content: "";
}
.ni-signout:before {
	content: "";
}
.ni-signin:before {
	content: "";
}
.ni-upload:before {
	content: "";
}
.ni-download:before {
	content: "";
}
.ni-alert-circle:before {
	content: "";
}
.ni-alert:before {
	content: "";
}
.ni-caution:before {
	content: "";
}
.ni-report:before {
	content: "";
}
.ni-alert-c:before {
	content: "";
}
.ni-alert-circle-fill:before {
	content: "";
}
.ni-alert-fill:before {
	content: "";
}
.ni-caution-fill:before {
	content: "";
}
.ni-report-fill:before {
	content: "";
}
.ni-alert-fill-c:before {
	content: "";
}
.ni-info-i:before {
	content: "";
}
.ni-info:before {
	content: "";
}
.ni-info-fill:before {
	content: "";
}
.ni-help:before {
	content: "";
}
.ni-help-fill:before {
	content: "";
}
.ni-archived:before {
	content: "";
}
.ni-archive:before {
	content: "";
}
.ni-unarchive:before {
	content: "";
}
.ni-archived-fill:before {
	content: "";
}
.ni-archive-fill:before {
	content: "";
}
.ni-unarchive-fill:before {
	content: "";
}
.ni-bag:before {
	content: "";
}
.ni-bag-fill:before {
	content: "";
}
.ni-bell:before {
	content: "";
}
.ni-bell-off:before {
	content: "";
}
.ni-bell-fill:before {
	content: "";
}
.ni-bell-off-fill:before {
	content: "";
}
.ni-wifi:before {
	content: "";
}
.ni-wifi-off:before {
	content: "";
}
.ni-live:before {
	content: "";
}
.ni-signal:before {
	content: "";
}
.ni-bluetooth:before {
	content: "";
}
.ni-blank-alt:before {
	content: "";
}
.ni-blank:before {
	content: "";
}
.ni-blankf-fill:before {
	content: "";
}
.ni-block-over:before {
	content: "";
}
.ni-book-read:before {
	content: "";
}
.ni-book:before {
	content: "";
}
.ni-book-fill:before {
	content: "";
}
.ni-bulb-fill:before {
	content: "";
}
.ni-bulb:before {
	content: "";
}
.ni-calendar-alt-fill:before {
	content: "";
}
.ni-calendar-alt:before {
	content: "";
}
.ni-calendar-booking-fill:before {
	content: "";
}
.ni-calendar-booking:before {
	content: "";
}
.ni-calendar-check-fill:before {
	content: "";
}
.ni-calendar-check:before {
	content: "";
}
.ni-calendar-fill:before {
	content: "";
}
.ni-calendar:before {
	content: "";
}
.ni-calender-date-fill:before {
	content: "";
}
.ni-calender-date:before {
	content: "";
}
.ni-call:before {
	content: "";
}
.ni-call-alt:before {
	content: "";
}
.ni-call-alt-fill:before {
	content: "";
}
.ni-call-fill:before {
	content: "";
}
.ni-camera-fill:before {
	content: "";
}
.ni-camera:before {
	content: "";
}
.ni-capsule:before {
	content: "";
}
.ni-capsule-fill:before {
	content: "";
}
.ni-cards:before {
	content: "";
}
.ni-cards-fill:before {
	content: "";
}
.ni-cart:before {
	content: "";
}
.ni-cart-fill:before {
	content: "";
}
.ni-cc:before {
	content: "";
}
.ni-cc-alt:before {
	content: "";
}
.ni-cc-alt2:before {
	content: "";
}
.ni-cc-secure:before {
	content: "";
}
.ni-cc-new:before {
	content: "";
}
.ni-cc-off:before {
	content: "";
}
.ni-cc-fill:before {
	content: "";
}
.ni-cc-alt-fill:before {
	content: "";
}
.ni-cc-alt2-fill:before {
	content: "";
}
.ni-cc-secure-fill:before {
	content: "";
}
.ni-msg-circle:before {
	content: "";
}
.ni-chat-circle:before {
	content: "";
}
.ni-msg:before {
	content: "";
}
.ni-chat:before {
	content: "";
}
.ni-question-alt:before {
	content: "";
}
.ni-question:before {
	content: "";
}
.ni-msg-circle-fill:before {
	content: "";
}
.ni-chat-circle-fill:before {
	content: "";
}
.ni-msg-fill:before {
	content: "";
}
.ni-chat-fill:before {
	content: "";
}
.ni-clip-h:before {
	content: "";
}
.ni-clip-v:before {
	content: "";
}
.ni-clip:before {
	content: "";
}
.ni-link-alt:before {
	content: "";
}
.ni-unlink:before {
	content: "";
}
.ni-unlink-alt:before {
	content: "";
}
.ni-link-h:before {
	content: "";
}
.ni-link-v:before {
	content: "";
}
.ni-link:before {
	content: "";
}
.ni-clipboard:before {
	content: "";
}
.ni-clipboad-check:before {
	content: "";
}
.ni-clipboard-fill:before {
	content: "";
}
.ni-clipboad-check-fill:before {
	content: "";
}
.ni-clock:before {
	content: "";
}
.ni-clock-fill:before {
	content: "";
}
.ni-cloud:before {
	content: "";
}
.ni-upload-cloud:before {
	content: "";
}
.ni-download-cloud:before {
	content: "";
}
.ni-cloud-fill:before {
	content: "";
}
.ni-contact:before {
	content: "";
}
.ni-contact-fill:before {
	content: "";
}
.ni-coffee:before {
	content: "";
}
.ni-coffee-fill:before {
	content: "";
}
.ni-box-view:before {
	content: "";
}
.ni-col-view:before {
	content: "";
}
.ni-sidebar:before {
	content: "";
}
.ni-layout:before {
	content: "";
}
.ni-table-view:before {
	content: "";
}
.ni-layout2:before {
	content: "";
}
.ni-row-view:before {
	content: "";
}
.ni-dot-box:before {
	content: "";
}
.ni-layout-fill:before {
	content: "";
}
.ni-box-view-fill:before {
	content: "";
}
.ni-sidebar-fill:before {
	content: "";
}
.ni-table-view-fill:before {
	content: "";
}
.ni-dot-box-fill:before {
	content: "";
}
.ni-template:before {
	content: "";
}
.ni-browser:before {
	content: "";
}
.ni-toolbar:before {
	content: "";
}
.ni-browser-fill:before {
	content: "";
}
.ni-toolbar-fill:before {
	content: "";
}
.ni-template-fill:before {
	content: "";
}
.ni-box:before {
	content: "";
}
.ni-package:before {
	content: "";
}
.ni-layer:before {
	content: "";
}
.ni-layers:before {
	content: "";
}
.ni-panel:before {
	content: "";
}
.ni-server:before {
	content: "";
}
.ni-layer-fill:before {
	content: "";
}
.ni-layers-fill:before {
	content: "";
}
.ni-package-fill:before {
	content: "";
}
.ni-panel-fill:before {
	content: "";
}
.ni-server-fill:before {
	content: "";
}
.ni-color-palette:before {
	content: "";
}
.ni-color-palette-fill:before {
	content: "";
}
.ni-copy:before {
	content: "";
}
.ni-copy-fill:before {
	content: "";
}
.ni-crop-alt:before {
	content: "";
}
.ni-crop:before {
	content: "";
}
.ni-target:before {
	content: "";
}
.ni-crosshair:before {
	content: "";
}
.ni-crosshair-fill:before {
	content: "";
}
.ni-db-fill:before {
	content: "";
}
.ni-db:before {
	content: "";
}
.ni-hard-drive:before {
	content: "";
}
.ni-cpu:before {
	content: "";
}
.ni-disk:before {
	content: "";
}
.ni-pen:before {
	content: "";
}
.ni-edit-alt:before {
	content: "";
}
.ni-pen-fill:before {
	content: "";
}
.ni-edit-alt-fill:before {
	content: "";
}
.ni-pen-alt-fill:before {
	content: "";
}
.ni-edit-fill:before {
	content: "";
}
.ni-edit:before {
	content: "";
}
.ni-external-alt:before {
	content: "";
}
.ni-external:before {
	content: "";
}
.ni-eye-alt:before {
	content: "";
}
.ni-eye-alt-fill:before {
	content: "";
}
.ni-eye:before {
	content: "";
}
.ni-eye-fill:before {
	content: "";
}
.ni-eye-off:before {
	content: "";
}
.ni-eye-off-fill:before {
	content: "";
}
.ni-file:before {
	content: "";
}
.ni-file-minus:before {
	content: "";
}
.ni-file-plus:before {
	content: "";
}
.ni-file-remove:before {
	content: "";
}
.ni-file-check:before {
	content: "";
}
.ni-file-code:before {
	content: "";
}
.ni-file-docs:before {
	content: "";
}
.ni-file-img:before {
	content: "";
}
.ni-file-doc:before {
	content: "";
}
.ni-file-pdf:before {
	content: "";
}
.ni-file-xls:before {
	content: "";
}
.ni-file-zip:before {
	content: "";
}
.ni-file-download:before {
	content: "";
}
.ni-file-text:before {
	content: "";
}
.ni-files:before {
	content: "";
}
.ni-file-fill:before {
	content: "";
}
.ni-file-minus-fill:before {
	content: "";
}
.ni-file-plus-fill:before {
	content: "";
}
.ni-file-remove-fill:before {
	content: "";
}
.ni-file-check-fill:before {
	content: "";
}
.ni-file-text-fill:before {
	content: "";
}
.ni-files-fill:before {
	content: "";
}
.ni-folder:before {
	content: "";
}
.ni-folder-minus:before {
	content: "";
}
.ni-folder-plus:before {
	content: "";
}
.ni-folder-remove:before {
	content: "";
}
.ni-folder-check:before {
	content: "";
}
.ni-folder-list:before {
	content: "";
}
.ni-folders:before {
	content: "";
}
.ni-folder-fill:before {
	content: "";
}
.ni-folders-fill:before {
	content: "";
}
.ni-filter-alt:before {
	content: "";
}
.ni-sort-line:before {
	content: "";
}
.ni-filter-fill:before {
	content: "";
}
.ni-filter:before {
	content: "";
}
.ni-flag:before {
	content: "";
}
.ni-flag-fill:before {
	content: "";
}
.ni-notify:before {
	content: "";
}
.ni-dashboard:before {
	content: "";
}
.ni-dashboard-fill:before {
	content: "";
}
.ni-grid-sq:before {
	content: "";
}
.ni-grid:before {
	content: "";
}
.ni-grid-c:before {
	content: "";
}
.ni-grid-alt:before {
	content: "";
}
.ni-grid-plus:before {
	content: "";
}
.ni-grid-add-c:before {
	content: "";
}
.ni-grid-fill:before {
	content: "";
}
.ni-grid-fill-c:before {
	content: "";
}
.ni-grid-alt-fill:before {
	content: "";
}
.ni-grid-plus-fill:before {
	content: "";
}
.ni-grid-add-fill-c:before {
	content: "";
}
.ni-grid-box-alt-fill:before {
	content: "";
}
.ni-grid-box-alt:before {
	content: "";
}
.ni-grid-box:before {
	content: "";
}
.ni-grid-box-fill:before {
	content: "";
}
.ni-grid-line:before {
	content: "";
}
.ni-menu-alt-left:before {
	content: "";
}
.ni-menu-alt-r:before {
	content: "";
}
.ni-menu-alt:before {
	content: "";
}
.ni-menu-center:before {
	content: "";
}
.ni-menu-left:before {
	content: "";
}
.ni-menu-right:before {
	content: "";
}
.ni-menu:before {
	content: "";
}
.ni-trend-up:before {
	content: "";
}
.ni-trend-down:before {
	content: "";
}
.ni-line-chart-down:before {
	content: "";
}
.ni-line-chart-up:before {
	content: "";
}
.ni-line-chart:before {
	content: "";
}
.ni-bar-chart:before {
	content: "";
}
.ni-bar-chart-alt:before {
	content: "";
}
.ni-chart-up:before {
	content: "";
}
.ni-chart-down:before {
	content: "";
}
.ni-growth:before {
	content: "";
}
.ni-growth-fill:before {
	content: "";
}
.ni-bar-chart-fill:before {
	content: "";
}
.ni-bar-c:before {
	content: "";
}
.ni-bar-fill-c:before {
	content: "";
}
.ni-pie:before {
	content: "";
}
.ni-pie-alt:before {
	content: "";
}
.ni-pie-fill:before {
	content: "";
}
.ni-activity:before {
	content: "";
}
.ni-activity-alt:before {
	content: "";
}
.ni-activity-round:before {
	content: "";
}
.ni-activity-round-fill:before {
	content: "";
}
.ni-meter:before {
	content: "";
}
.ni-speed:before {
	content: "";
}
.ni-happy:before {
	content: "";
}
.ni-sad:before {
	content: "";
}
.ni-meh:before {
	content: "";
}
.ni-happyf-fill:before {
	content: "";
}
.ni-sad-fill:before {
	content: "";
}
.ni-meh-fill:before {
	content: "";
}
.ni-home:before {
	content: "";
}
.ni-home-alt:before {
	content: "";
}
.ni-home-fill:before {
	content: "";
}
.ni-img:before {
	content: "";
}
.ni-img-fill:before {
	content: "";
}
.ni-inbox:before {
	content: "";
}
.ni-inbox-in:before {
	content: "";
}
.ni-inbox-out:before {
	content: "";
}
.ni-inbox-fill:before {
	content: "";
}
.ni-inbox-in-fill:before {
	content: "";
}
.ni-inbox-out-fill:before {
	content: "";
}
.ni-link-group:before {
	content: "";
}
.ni-lock:before {
	content: "";
}
.ni-lock-alt:before {
	content: "";
}
.ni-lock-fill:before {
	content: "";
}
.ni-lock-alt-fill:before {
	content: "";
}
.ni-unlock:before {
	content: "";
}
.ni-unlock-fill:before {
	content: "";
}
.ni-mail:before {
	content: "";
}
.ni-emails:before {
	content: "";
}
.ni-mail-fill:before {
	content: "";
}
.ni-emails-fill:before {
	content: "";
}
.ni-map-pin:before {
	content: "";
}
.ni-location:before {
	content: "";
}
.ni-map:before {
	content: "";
}
.ni-map-pin-fill:before {
	content: "";
}
.ni-list:before {
	content: "";
}
.ni-list-ol:before {
	content: "";
}
.ni-align-center:before {
	content: "";
}
.ni-align-justify:before {
	content: "";
}
.ni-align-left:before {
	content: "";
}
.ni-align-right:before {
	content: "";
}
.ni-list-check:before {
	content: "";
}
.ni-list-round:before {
	content: "";
}
.ni-card-view:before {
	content: "";
}
.ni-list-fill:before {
	content: "";
}
.ni-save:before {
	content: "";
}
.ni-save-fill:before {
	content: "";
}
.ni-move:before {
	content: "";
}
.ni-scissor:before {
	content: "";
}
.ni-text:before {
	content: "";
}
.ni-text-a:before {
	content: "";
}
.ni-bold:before {
	content: "";
}
.ni-italic:before {
	content: "";
}
.ni-underline:before {
	content: "";
}
.ni-percent:before {
	content: "";
}
.ni-at:before {
	content: "";
}
.ni-hash:before {
	content: "";
}
.ni-code:before {
	content: "";
}
.ni-code-download:before {
	content: "";
}
.ni-terminal:before {
	content: "";
}
.ni-cmd:before {
	content: "";
}
.ni-sun:before {
	content: "";
}
.ni-sun-fill:before {
	content: "";
}
.ni-moon-fill:before {
	content: "";
}
.ni-moon:before {
	content: "";
}
.ni-light:before {
	content: "";
}
.ni-light-fill:before {
	content: "";
}
.ni-more-v:before {
	content: "";
}
.ni-more-h:before {
	content: "";
}
.ni-more-h-alt:before {
	content: "";
}
.ni-more-v-alt:before {
	content: "";
}
.ni-music:before {
	content: "";
}
.ni-movie:before {
	content: "";
}
.ni-offer:before {
	content: "";
}
.ni-offer-fill:before {
	content: "";
}
.ni-opt-alt:before {
	content: "";
}
.ni-opt:before {
	content: "";
}
.ni-opt-dot-alt:before {
	content: "";
}
.ni-opt-dot:before {
	content: "";
}
.ni-opt-dot-fill:before {
	content: "";
}
.ni-opt-alt-fill:before {
	content: "";
}
.ni-user-alt:before {
	content: "";
}
.ni-user-alt-fill:before {
	content: "";
}
.ni-user:before {
	content: "";
}
.ni-users:before {
	content: "";
}
.ni-user-add:before {
	content: "";
}
.ni-user-remove:before {
	content: "";
}
.ni-user-check:before {
	content: "";
}
.ni-user-cross:before {
	content: "";
}
.ni-account-setting:before {
	content: "";
}
.ni-account-setting-alt:before {
	content: "";
}
.ni-user-list:before {
	content: "";
}
.ni-user-fill:before {
	content: "";
}
.ni-users-fill:before {
	content: "";
}
.ni-user-add-fill:before {
	content: "";
}
.ni-user-remove-fill:before {
	content: "";
}
.ni-user-check-fill:before {
	content: "";
}
.ni-user-cross-fill:before {
	content: "";
}
.ni-account-setting-fill:before {
	content: "";
}
.ni-user-list-fill:before {
	content: "";
}
.ni-user-circle:before {
	content: "";
}
.ni-user-circle-fill:before {
	content: "";
}
.ni-user-c:before {
	content: "";
}
.ni-user-fill-c:before {
	content: "";
}
.ni-user-round:before {
	content: "";
}
.ni-printer:before {
	content: "";
}
.ni-printer-fill:before {
	content: "";
}
.ni-laptop:before {
	content: "";
}
.ni-monitor:before {
	content: "";
}
.ni-tablet:before {
	content: "";
}
.ni-mobile:before {
	content: "";
}
.ni-undo:before {
	content: "";
}
.ni-redo:before {
	content: "";
}
.ni-reload-alt:before {
	content: "";
}
.ni-reload:before {
	content: "";
}
.ni-regen-alt:before {
	content: "";
}
.ni-regen:before {
	content: "";
}
.ni-invest:before {
	content: "";
}
.ni-histroy:before {
	content: "";
}
.ni-update:before {
	content: "";
}
.ni-repeat:before {
	content: "";
}
.ni-repeat-v:before {
	content: "";
}
.ni-tranx:before {
	content: "";
}
.ni-reply-all:before {
	content: "";
}
.ni-reply:before {
	content: "";
}
.ni-reply-fill:before {
	content: "";
}
.ni-reply-all-fill:before {
	content: "";
}
.ni-notes:before {
	content: "";
}
.ni-note-add:before {
	content: "";
}
.ni-notes-alt:before {
	content: "";
}
.ni-article:before {
	content: "";
}
.ni-text-rich:before {
	content: "";
}
.ni-todo:before {
	content: "";
}
.ni-report-profit:before {
	content: "";
}
.ni-reports-alt:before {
	content: "";
}
.ni-reports:before {
	content: "";
}
.ni-task:before {
	content: "";
}
.ni-note-add-c:before {
	content: "";
}
.ni-task-c:before {
	content: "";
}
.ni-todo-fill:before {
	content: "";
}
.ni-note-add-fill-c:before {
	content: "";
}
.ni-task-fill-c:before {
	content: "";
}
.ni-scan-fill:before {
	content: "";
}
.ni-scan:before {
	content: "";
}
.ni-qr:before {
	content: "";
}
.ni-money:before {
	content: "";
}
.ni-coins:before {
	content: "";
}
.ni-coin:before {
	content: "";
}
.ni-coin-alt:before {
	content: "";
}
.ni-coin-alt-fill:before {
	content: "";
}
.ni-setting-alt-fill:before {
	content: "";
}
.ni-setting-alt:before {
	content: "";
}
.ni-setting-fill:before {
	content: "";
}
.ni-setting:before {
	content: "";
}
.ni-share-alt:before {
	content: "";
}
.ni-share-fill:before {
	content: "";
}
.ni-share:before {
	content: "";
}
.ni-network:before {
	content: "";
}
.ni-rss:before {
	content: "";
}
.ni-shield:before {
	content: "";
}
.ni-shield-star:before {
	content: "";
}
.ni-shield-check:before {
	content: "";
}
.ni-shield-alert:before {
	content: "";
}
.ni-shield-off:before {
	content: "";
}
.ni-security:before {
	content: "";
}
.ni-policy:before {
	content: "";
}
.ni-shield-alert-fill:before {
	content: "";
}
.ni-shield-check-fill:before {
	content: "";
}
.ni-shield-fill:before {
	content: "";
}
.ni-shield-half:before {
	content: "";
}
.ni-shield-star-fill:before {
	content: "";
}
.ni-policy-fill:before {
	content: "";
}
.ni-spark:before {
	content: "";
}
.ni-spark-off:before {
	content: "";
}
.ni-spark-fill:before {
	content: "";
}
.ni-spark-off-fill:before {
	content: "";
}
.ni-wallet:before {
	content: "";
}
.ni-wallet-alt:before {
	content: "";
}
.ni-wallet-in:before {
	content: "";
}
.ni-wallet-out:before {
	content: "";
}
.ni-wallet-saving:before {
	content: "";
}
.ni-wallet-fill:before {
	content: "";
}
.ni-star:before {
	content: "";
}
.ni-star-half:before {
	content: "";
}
.ni-star-half-fill:before {
	content: "";
}
.ni-star-fill:before {
	content: "";
}
.ni-star-round:before {
	content: "";
}
.ni-heart:before {
	content: "";
}
.ni-heart-fill:before {
	content: "";
}
.ni-swap-alt-fill:before {
	content: "";
}
.ni-swap-alt:before {
	content: "";
}
.ni-thumbs-down:before {
	content: "";
}
.ni-thumbs-up:before {
	content: "";
}
.ni-tag:before {
	content: "";
}
.ni-tag-alt:before {
	content: "";
}
.ni-tags:before {
	content: "";
}
.ni-tag-fill:before {
	content: "";
}
.ni-tag-alt-fill:before {
	content: "";
}
.ni-tags-fill:before {
	content: "";
}
.ni-bookmark:before {
	content: "";
}
.ni-bookmark-fill:before {
	content: "";
}
.ni-label:before {
	content: "";
}
.ni-label-fill:before {
	content: "";
}
.ni-piority:before {
	content: "";
}
.ni-piority-fill:before {
	content: "";
}
.ni-label-alt:before {
	content: "";
}
.ni-label-alt-fill:before {
	content: "";
}
.ni-ticket-alt:before {
	content: "";
}
.ni-ticket:before {
	content: "";
}
.ni-ticket-minus:before {
	content: "";
}
.ni-ticket-plus:before {
	content: "";
}
.ni-ticket-alt-fill:before {
	content: "";
}
.ni-ticket-fill:before {
	content: "";
}
.ni-ticket-minus-fill:before {
	content: "";
}
.ni-ticket-plus-fill:before {
	content: "";
}
.ni-toggle-off:before {
	content: "";
}
.ni-toggle-on:before {
	content: "";
}
.ni-trash-alt:before {
	content: "";
}
.ni-trash-empty:before {
	content: "";
}
.ni-trash:before {
	content: "";
}
.ni-trash-fill:before {
	content: "";
}
.ni-trash-empty-fill:before {
	content: "";
}
.ni-delete-fill:before {
	content: "";
}
.ni-delete:before {
	content: "";
}
.ni-alarm-alt:before {
	content: "";
}
.ni-alarm:before {
	content: "";
}
.ni-bugs:before {
	content: "";
}
.ni-building:before {
	content: "";
}
.ni-building-fill:before {
	content: "";
}
.ni-headphone:before {
	content: "";
}
.ni-headphone-fill:before {
	content: "";
}
.ni-aperture:before {
	content: "";
}
.ni-help-alt:before {
	content: "";
}
.ni-award:before {
	content: "";
}
.ni-briefcase:before {
	content: "";
}
.ni-gift:before {
	content: "";
}
.ni-globe:before {
	content: "";
}
.ni-umbrela:before {
	content: "";
}
.ni-truck:before {
	content: "";
}
.ni-sign-usd:before {
	content: "";
}
.ni-sign-dollar:before {
	content: "";
}
.ni-sign-mxn:before {
	content: "";
}
.ni-sign-sgd:before {
	content: "";
}
.ni-sign-euro:before {
	content: "";
}
.ni-sign-eur:before {
	content: "";
}
.ni-sign-gbp:before {
	content: "";
}
.ni-sign-pound:before {
	content: "";
}
.ni-sign-thb:before {
	content: "";
}
.ni-sign-inr:before {
	content: "";
}
.ni-sign-jpy:before {
	content: "";
}
.ni-sign-yen:before {
	content: "";
}
.ni-sign-cny:before {
	content: "";
}
.ni-sign-kobo:before {
	content: "";
}
.ni-sign-chf:before {
	content: "";
}
.ni-sign-vnd:before {
	content: "";
}
.ni-sign-php:before {
	content: "";
}
.ni-sign-brl:before {
	content: "";
}
.ni-sign-idr:before {
	content: "";
}
.ni-sign-czk:before {
	content: "";
}
.ni-sign-hkd:before {
	content: "";
}
.ni-sign-kr:before {
	content: "";
}
.ni-sign-dkk:before {
	content: "";
}
.ni-sign-nok:before {
	content: "";
}
.ni-sign-sek:before {
	content: "";
}
.ni-sign-rub:before {
	content: "";
}
.ni-sign-myr:before {
	content: "";
}
.ni-sign-pln:before {
	content: "";
}
.ni-sign-try:before {
	content: "";
}
.ni-sign-waves:before {
	content: "";
}
.ni-waves:before {
	content: "";
}
.ni-sign-trx:before {
	content: "";
}
.ni-tron:before {
	content: "";
}
.ni-sign-xem:before {
	content: "";
}
.ni-nem:before {
	content: "";
}
.ni-sign-mxr:before {
	content: "";
}
.ni-monero:before {
	content: "";
}
.ni-sign-usdc:before {
	content: "";
}
.ni-sign-steller:before {
	content: "";
}
.ni-sign-steem:before {
	content: "";
}
.ni-sign-usdt:before {
	content: "";
}
.ni-tether:before {
	content: "";
}
.ni-sign-btc:before {
	content: "";
}
.ni-bitcoin:before {
	content: "";
}
.ni-sign-bch:before {
	content: "";
}
.ni-bitcoin-cash:before {
	content: "";
}
.ni-sign-bnb:before {
	content: "";
}
.ni-binance:before {
	content: "";
}
.ni-sign-ada:before {
	content: "";
}
.ni-sign-zcash:before {
	content: "";
}
.ni-sign-eth:before {
	content: "";
}
.ni-ethereum:before {
	content: "";
}
.ni-sign-dash:before {
	content: "";
}
.ni-dash:before {
	content: "";
}
.ni-sign-xrp-old:before {
	content: "";
}
.ni-ripple-old:before {
	content: "";
}
.ni-sign-eos:before {
	content: "";
}
.ni-eos:before {
	content: "";
}
.ni-sign-xrp:before {
	content: "";
}
.ni-ripple:before {
	content: "";
}
.ni-american-express:before {
	content: "";
}
.ni-jcb:before {
	content: "";
}
.ni-cc-jcb:before {
	content: "";
}
.ni-mc:before {
	content: "";
}
.ni-cc-mc:before {
	content: "";
}
.ni-discover:before {
	content: "";
}
.ni-cc-discover:before {
	content: "";
}
.ni-visa:before {
	content: "";
}
.ni-cc-visa:before {
	content: "";
}
.ni-cc-paypal:before {
	content: "";
}
.ni-cc-stripe:before {
	content: "";
}
.ni-amazon-pay:before {
	content: "";
}
.ni-amazon-pay-fill:before {
	content: "";
}
.ni-google-pay:before {
	content: "";
}
.ni-google-pay-fill:before {
	content: "";
}
.ni-apple-pay:before {
	content: "";
}
.ni-apple-pay-fill:before {
	content: "";
}
.ni-angular:before {
	content: "";
}
.ni-react:before {
	content: "";
}
.ni-laravel:before {
	content: "";
}
.ni-html5:before {
	content: "";
}
.ni-css3-fill:before {
	content: "";
}
.ni-css3:before {
	content: "";
}
.ni-js:before {
	content: "";
}
.ni-php:before {
	content: "";
}
.ni-python:before {
	content: "";
}
.ni-bootstrap:before {
	content: "";
}
.ni-ebay:before {
	content: "";
}
.ni-google-wallet:before {
	content: "";
}
.ni-google-drive:before {
	content: "";
}
.ni-google-play-store:before {
	content: "";
}
.ni-android:before {
	content: "";
}
.ni-blogger-fill:before {
	content: "";
}
.ni-blogger:before {
	content: "";
}
.ni-hangout:before {
	content: "";
}
.ni-apple-store:before {
	content: "";
}
.ni-apple-store-ios:before {
	content: "";
}
.ni-stripe:before {
	content: "";
}
.ni-apple:before {
	content: "";
}
.ni-microsoft:before {
	content: "";
}
.ni-windows:before {
	content: "";
}
.ni-amazon:before {
	content: "";
}
.ni-paypal-alt:before {
	content: "";
}
.ni-airbnb:before {
	content: "";
}
.ni-adobe:before {
	content: "";
}
.ni-mailchimp:before {
	content: "";
}
.ni-dropbox:before {
	content: "";
}
.ni-digital-ocean:before {
	content: "";
}
.ni-slack:before {
	content: "";
}
.ni-slack-hash:before {
	content: "";
}
.ni-stack-overflow:before {
	content: "";
}
.ni-soundcloud:before {
	content: "";
}
.ni-blackberry:before {
	content: "";
}
.ni-spotify:before {
	content: "";
}
.ni-kickstarter:before {
	content: "";
}
.ni-houzz:before {
	content: "";
}
.ni-vine:before {
	content: "";
}
.ni-yelp:before {
	content: "";
}
.ni-yoast:before {
	content: "";
}
.ni-envato:before {
	content: "";
}
.ni-wordpress:before {
	content: "";
}
.ni-wp:before {
	content: "";
}
.ni-wordpress-fill:before {
	content: "";
}
.ni-elementor:before {
	content: "";
}
.ni-joomla:before {
	content: "";
}
.ni-megento:before {
	content: "";
}
.ni-git:before {
	content: "";
}
.ni-github:before {
	content: "";
}
.ni-github-round:before {
	content: "";
}
.ni-github-circle:before {
	content: "";
}
.ni-dribbble:before {
	content: "";
}
.ni-dribbble-round:before {
	content: "";
}
.ni-behance:before {
	content: "";
}
.ni-behance-fill:before {
	content: "";
}
.ni-flickr:before {
	content: "";
}
.ni-flickr-round:before {
	content: "";
}
.ni-medium:before {
	content: "";
}
.ni-medium-round:before {
	content: "";
}
.ni-reddit:before {
	content: "";
}
.ni-reddit-round:before {
	content: "";
}
.ni-reddit-circle:before {
	content: "";
}
.ni-google:before {
	content: "";
}
.ni-facebook-f:before {
	content: "";
}
.ni-facebook-fill:before {
	content: "";
}
.ni-facebook-circle:before {
	content: "";
}
.ni-instagram:before {
	content: "";
}
.ni-instagram-round:before {
	content: "";
}
.ni-linkedin:before {
	content: "";
}
.ni-linkedin-round:before {
	content: "";
}
.ni-twitter:before {
	content: "";
}
.ni-twitter-round:before {
	content: "";
}
.ni-pinterest:before {
	content: "";
}
.ni-pinterest-round:before {
	content: "";
}
.ni-pinterest-circle:before {
	content: "";
}
.ni-tumblr:before {
	content: "";
}
.ni-tumblr-round:before {
	content: "";
}
.ni-skype:before {
	content: "";
}
.ni-viber:before {
	content: "";
}
.ni-whatsapp:before {
	content: "";
}
.ni-whatsapp-round:before {
	content: "";
}
.ni-snapchat:before {
	content: "";
}
.ni-snapchat-fill:before {
	content: "";
}
.ni-telegram:before {
	content: "";
}
.ni-telegram-circle:before {
	content: "";
}
.ni-youtube-line:before {
	content: "";
}
.ni-youtube:before {
	content: "";
}
.ni-youtube-fill:before {
	content: "";
}
.ni-youtube-round:before {
	content: "";
}
.ni-vimeo:before {
	content: "";
}
.ni-vimeo-fill:before {
	content: "";
}
.select2 {
	width: 100% !important;
	display: inline-block;
}
.select2-container {
	box-sizing: border-box;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"]
	.select2-selection--single
	.select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: calc(2.125rem + 2px);
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container.select2-lg .select2-selection--multiple {
	min-height: calc(2.625rem + 2px);
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #dbdfea;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	display: block;
	position: absolute;
	left: -100000px;
	z-index: 1051;
	padding: 6px;
}
.select2-dropdown--below {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
}
.select2-dropdown--above {
	margin-top: 1px;
	border-radius: 4px 4px 0 0;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 4px 4px;
}
.select2-results__option {
	padding: 0.375rem 0.75rem;
	border-radius: 4px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option:not(:last-child) {
	margin-bottom: 0.125rem;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-lg .select2-results__option {
	padding: 0.5rem 0.75rem;
}
.select2-container--open .select2-dropdown {
	left: 0;
	border-color: #b4bdd3;
}
.select2-search--dropdown {
	display: block;
	padding: 0;
}
.select2-search--dropdown .select2-search__field {
	padding: 0.375rem 0.75rem;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 6px;
	color: #526484;
}
.select2-search--dropdown .select2-search__field:focus {
	outline: none;
	border-color: #0de7b2;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-lg .select2-search--dropdown .select2-search__field {
	padding: 0.5rem 0.75rem;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
	height: calc(2.125rem + 2px);
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	box-shadow: none;
	transition: all 0.3s;
}
.select2-sm .select2-container--default .select2-selection--single {
	font-size: 12px;
}
.select2-lg .select2-container--default .select2-selection--single {
	font-size: 15px;
}
.select2-container--default .select2-selection--single:focus {
	box-shadow: 0 0 0 3px rgba(3, 125, 255, 0.1);
	border-color: #0de7b2;
	outline: none;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #526484;
	line-height: 1.25rem;
	padding: 0.4375rem calc(2.125rem + 2px) 0.4375rem 1rem;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered:focus {
	outline: none;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #8094ae;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: calc(2.125rem + 2px);
	position: absolute;
	top: 0;
	right: 0;
	width: calc(2.125rem + 2px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow:after {
	font-family: "Nioicon";
	content: "";
	line-height: 1;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	display: none;
}
.select2-container--default.select2-sm .select2-selection--single {
	height: calc(1.75rem + 2px);
	font-size: 12px;
}
.select2-container--default.select2-sm
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 1.25rem;
	padding: 0.25rem calc(1.75rem + 2px) 0.25rem 1rem;
}
.select2-container--default.select2-sm
	.select2-selection--single
	.select2-selection__arrow {
	height: calc(1.75rem + 2px);
	width: calc(1.75rem + 2px);
}
.select2-container--default.select2-lg .select2-selection--single {
	height: calc(2.625rem + 2px);
	font-size: 15px;
}
.select2-container--default.select2-lg
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 1.25rem;
	padding: 0.6875rem calc(2.625rem + 2px) 0.6875rem 1rem;
}
.select2-container--default.select2-lg
	.select2-selection--single
	.select2-selection__arrow {
	height: calc(2.625rem + 2px);
	width: calc(2.625rem + 2px);
}
.select2-container--default.select2-container--below.select2-container--open
	.select2-selection--single {
	border-radius: 4px 4px 0 0;
}
.select2-container--default.select2-container--above.select2-container--open
	.select2-selection--single {
	border-radius: 0 0 4px 4px;
}
.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	left: 0;
	right: auto;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #fff;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #b4bdd3 !important;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow:after {
	content: "";
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	cursor: text;
}
.select2-container--default
	.select2-selection--multiple
	.select2-search--inline {
	padding-left: 0.1875rem;
}
.select2-container--default
	.select2-selection--multiple
	.select2-search--inline
	input::placeholder {
	color: #8094ae;
}
.select2-container--default
	.select2-selection--multiple
	.select2-search--inline:only-child {
	padding-left: 0.8125rem;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0.125rem 0.1875rem;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li {
	list-style: none;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #ebeef2;
	border-radius: 3px;
	cursor: default;
	line-height: 1.5rem;
	margin: 0.1875rem 0.1875rem;
	padding: 0 0.5rem;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #526484;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 0.5rem;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #526484;
}
.select2-container--default.select2-lg .select2-selection--multiple {
	font-size: 15px;
}
.select2-container--default.select2-lg
	.select2-selection--multiple
	.select2-selection__choice {
	border-radius: 4px;
	padding: 0.25rem 0.75rem;
}
.select2-container--default.select2-container--below.select2-container--open
	.select2-selection--multiple {
	border-radius: 4px 4px 0 0;
}
.select2-container--default.select2-container--above.select2-container--open
	.select2-selection--multiple {
	border-radius: 0 0 4px 4px;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-search--inline {
	float: right;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 6px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border: 1px solid #0de7b2;
	outline: 0;
}
.select2-container--default.select2-container--disabled
	.select2-selection--multiple {
	background-color: #fff;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open
	.select2-selection--multiple {
	border-color: #b4bdd3;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #dbdfea;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 210px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: rgba(128, 148, 174, 0.7);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ebeef2;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__group {
	padding-left: 0;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #ebeef2;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}
.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}
.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper,
.simplebar-scroll-content {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: hidden scroll;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
	content: " ";
	display: table;
}
.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}
.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}
.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}
.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}
.simplebar-scrollbar .hidden-scrollbar {
	visibility: hidden;
}
.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: #8094ae;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
	top: 0;
	width: 8px !important;
	transition: width 0.1s;
}
.simplebar-track.simplebar-vertical.simplebar-hover {
	width: 10px !important;
}
.nk-sidebar .simplebar-track.simplebar-vertical,
.nk-sidebar-fat .simplebar-track.simplebar-vertical,
.nk-apps-sidebar .simplebar-track.simplebar-vertical,
.nk-aside .simplebar-track.simplebar-vertical {
	visibility: hidden !important;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 8px !important;
	transition: height 0.1s;
}
.simplebar-track.simplebar-horizontal.simplebar-hover {
	height: 10px !important;
}
.nk-sidebar .simplebar-track.simplebar-horizontal,
.nk-sidebar-fat .simplebar-track.simplebar-horizontal,
.nk-apps-sidebar .simplebar-track.simplebar-horizontal {
	visibility: hidden !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}
.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}
.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.datepicker {
	padding: 10px;
	border-radius: 4px;
	direction: ltr;
	border: 1px solid #dbdfea;
	box-shadow: none;
	min-width: 240px;
}
.datepicker .table-condensed {
	width: 100%;
}
.datepicker-inline {
	width: 220px;
}
.datepicker-rtl {
	direction: rtl;
}
.datepicker-rtl.dropdown-menu {
	left: auto;
}
.datepicker-rtl table tr td span {
	float: right;
}
.datepicker-dropdown {
	top: 0;
	left: 0;
}
.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}
.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.datepicker td,
.datepicker th {
	text-align: center;
	width: 34px;
	height: 24px;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	transition: all 0.3s;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: #ebeef2;
	cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #dbdfea;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none;
	color: #dbdfea;
	cursor: default;
}
.datepicker table tr td.highlighted {
	background: #ebeef2;
	border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	background-color: #addafc;
	color: #0de7b2;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #0894ff;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
	background-color: #0de7b2;
}
.datepicker table tr td.today:hover:hover {
	color: #fff;
}
.datepicker table tr td.today.active:hover {
	color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #dbdfea;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
	background-color: #379fef;
	border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
	background-color: #0894ff;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
	background-color: #0de7b2 \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
	background-color: #3c4d62;
	color: #fff;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
	background-color: #344357;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
	background-color: #2b3748 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	background-color: #0894ff;
	color: #fff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0de7b2;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
	background-color: #0de7b2;
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
	background: #0de7b2;
	color: #fff;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: none;
	color: #dbdfea;
	cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	background-color: #0894ff;
	color: #fff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0de7b2;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
	background-color: #0de7b2 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
	color: #dbdfea;
}
.datepicker .datepicker-switch {
	width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
	cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
	background: #ebeef2;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
	visibility: hidden;
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
	cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
	margin-top: 3px;
}
.input-daterange input {
	text-align: center;
}
.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #ebeef2;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
}
.datepicker.dropdown-menu {
	z-index: 99999 !important;
}
.ui-timepicker-container {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}
.ui-timepicker {
	box-sizing: content-box;
	display: block;
	height: 205px;
	list-style: none outside none;
	margin: 0;
	padding: 0 1px;
	text-align: center;
}
.ui-timepicker-viewport {
	box-sizing: content-box;
	display: block;
	height: 205px;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
}
.ui-timepicker-standard {
	font-size: 1.1em;
	background-color: #fff;
	border: 1px solid #dbdfea;
	color: #526484;
	margin: 0;
	padding: 6px;
}
.ui-timepicker-standard a {
	border: none;
	color: #526484;
	display: block;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
	background-color: #ebeef2;
	border: none;
	font-weight: normal;
	color: #364a63;
	cursor: pointer;
	border-radius: 4px;
}
.ui-timepicker-standard .ui-menu-item {
	margin: 0;
	padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-timepicker-hidden {
	display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
	border: none;
}
@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}
@-moz-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}
@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}
@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-moz-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.dropzone,
.dropzone * {
	box-sizing: border-box;
}
.dropzone {
	min-height: 156px;
	border: 1px dashed #e5e9f2;
	border-radius: 4px;
	background: white;
	padding: 20px 20px;
}
.dropzone.small {
	min-height: 80px;
}
.dropzone.dz-clickable {
	cursor: pointer;
}
.dropzone.dz-clickable * {
	cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	cursor: pointer;
}
.dropzone.dz-started .dz-message {
	display: none;
}
.dropzone.dz-drag-hover {
	border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5;
}
.dropzone .dz-message {
	text-align: center;
	margin: 0.75em 0 1em;
}
.dropzone .dz-message span {
	display: block;
	color: rgba(82, 100, 132, 0.6);
}
.dropzone .dz-message-text {
	font-size: 13px;
}
.dropzone .dz-message-text span {
	display: inline-block;
	color: #0de7b2;
}
.dropzone .dz-message-or {
	font-size: 16px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 12px;
	min-height: 90px;
}
.dropzone .dz-preview:hover {
	z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
	background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
}
.dropzone .dz-preview .dz-remove:hover {
	text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}
.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 1.5em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 90px;
	height: 90px;
	position: relative;
	display: block;
	z-index: 10;
}
.dropzone .dz-preview .dz-image img {
	display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
	border-radius: 50%;
	padding: 2px;
}
.dropzone .dz-preview .dz-success-mark {
	background-color: #1ee0ac;
}
.dropzone .dz-preview .dz-error-mark {
	background-color: #e85347;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
	display: block;
	width: 32px;
	height: 32px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 8px;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	width: 80px;
	margin-left: -38px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
	background: #0de7b2;
	background: linear-gradient(to bottom, #0de7b2, #0de7b2);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
	display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 12px;
	top: 100px;
	left: -44px;
	width: 180px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white;
}
.dropzone .dz-preview .dz-error-message:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 84px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626;
}
#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none;
	padding: 1.25rem;
	width: 100%;
}
#toast-container[class*="-center"] .toastr {
	margin-left: auto;
	margin-right: auto;
}
#toast-container[class*="-left"] .toastr {
	margin-right: auto;
}
#toast-container[class*="-right"] .toastr {
	margin-left: auto;
}
#toast-container[class*="-full"] .toastr {
	width: 100%;
}
#toast-container[class*="toast-top"] {
	top: 0;
}
#toast-container[class*="toast-bottom"] {
	bottom: 0;
}
.toastr {
	position: relative;
	pointer-events: auto;
	background: #fff;
	box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
	border-radius: 4px;
	opacity: 1;
	border-left: 4px solid transparent;
	padding: 1.25rem 4.5rem 1.25rem 1.25rem;
	width: 430px;
	max-width: 100%;
	font-size: 0.875rem;
	line-height: 1.3rem;
}
.is-dark .toastr {
	background: #101924;
	color: #fff;
}
.toastr:not(:last-child) {
	margin-bottom: 0.75rem;
}
.toastr.toast-success {
	border-color: #1ee0ac;
}
.toastr.toast-success .icon {
	color: #1ee0ac;
}
.toastr.toast-error {
	border-color: #e85347;
}
.toastr.toast-error .icon {
	color: #e85347;
}
.toastr.toast-info {
	border-color: #088b6b;
}
.toastr.toast-info .icon {
	color: #088b6b;
}
.toastr.toast-warning {
	border-color: #f4bd0e;
}
.toastr.toast-warning .icon {
	color: #f4bd0e;
}
.toastr-icon {
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	line-height: 1;
}
.toastr-icon + .toastr-text {
	padding-left: 2.35rem;
}
.toastr h4,
.toastr h5,
.toastr h6 {
	margin-bottom: 0.35rem;
	font-size: 1rem;
}
.is-dark .toastr h4,
.is-dark .toastr h5,
.is-dark .toastr h6 {
	color: #fff;
}
.toastr p {
	margin-bottom: 0.375rem;
	line-height: 1.4;
}
.toastr p:last-child {
	margin-bottom: 0;
}
.toast-close-button {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	cursor: pointer;
}
.toast-close-button:after {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	color: #8094ae;
	font-family: "Nioicon";
	content: "";
	font-size: 18px;
	line-height: 32px;
	width: 100%;
	text-align: center;
}
.is-dark .toast-close-button:after {
	color: #dbdfea;
}
.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}
.toast-title {
	font-weight: bold;
}
.toast-message {
	word-wrap: break-word;
}
.toast-message a,
.toast-message label {
	color: #526484;
}
.toast-message a:hover {
	color: #cccccc;
	text-decoration: none;
}
.swal2-popup.swal2-toast {
	flex-direction: row;
	align-items: center;
	width: auto;
	padding: 0.625em;
	overflow-y: hidden;
	background: #fff;
	box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
	flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
	flex-grow: 1;
	justify-content: flex-start;
	margin: 0 0.6em;
	font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
	margin: 0.5em 0 0;
	padding: 0.5em 0 0;
	font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
	position: static;
	width: 0.8em;
	height: 0.8em;
	line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
	justify-content: flex-start;
	font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
	width: 2em;
	min-width: 2em;
	height: 2em;
	margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 1.8em;
	font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
		font-size: 0.25em;
	}
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	top: 0.875em;
	width: 1.375em;
}
.swal2-popup.swal2-toast
	.swal2-icon.swal2-error
	[class^="swal2-x-mark-line"][class$="left"] {
	left: 0.3125em;
}
.swal2-popup.swal2-toast
	.swal2-icon.swal2-error
	[class^="swal2-x-mark-line"][class$="right"] {
	right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
	flex-basis: auto !important;
	width: auto;
	height: auto;
	margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions .btn {
	margin: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
	margin: 0 0.5em;
	padding: 0.3125em 0.625em;
	font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(3, 125, 255, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
	border-color: #1ee0ac;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
	position: absolute;
	width: 1.6em;
	height: 3em;
	transform: rotate(45deg);
	border-radius: 50%;
}
.swal2-popup.swal2-toast
	.swal2-success
	[class^="swal2-success-circular-line"][class$="left"] {
	top: -0.8em;
	left: -0.5em;
	transform: rotate(-45deg);
	transform-origin: 2em 2em;
	border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast
	.swal2-success
	[class^="swal2-success-circular-line"][class$="right"] {
	top: -0.25em;
	left: 0.9375em;
	transform-origin: 0 1.5em;
	border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
	top: 0;
	left: 0.4375em;
	width: 0.4375em;
	height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
	height: 0.3125em;
}
.swal2-popup.swal2-toast
	.swal2-success
	[class^="swal2-success-line"][class$="tip"] {
	top: 1.125em;
	left: 0.1875em;
	width: 0.75em;
}
.swal2-popup.swal2-toast
	.swal2-success
	[class^="swal2-success-line"][class$="long"] {
	top: 0.9375em;
	right: 0.1875em;
	width: 1.375em;
}
.swal2-popup.swal2-toast
	.swal2-success.swal2-icon-show
	.swal2-success-line-tip {
	animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast
	.swal2-success.swal2-icon-show
	.swal2-success-line-long {
	animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
	animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
	animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
	display: flex;
	position: fixed;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0.625em;
	overflow-x: hidden;
	transition: background-color 0.1s;
	-webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show {
	background: rgba(28, 43, 70, 0.4);
}
.swal2-container.swal2-backdrop-hide {
	background: transparent !important;
}
.swal2-container.swal2-top {
	align-items: flex-start;
}
.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}
.swal2-container.swal2-center {
	align-items: center;
}
.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
	align-items: center;
	justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
	align-items: center;
	justify-content: flex-end;
}
.swal2-container.swal2-bottom {
	align-items: flex-end;
}
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
	margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
	display: flex !important;
	flex: 1;
	align-self: stretch;
	justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
	display: flex !important;
	flex: 1;
	align-content: center;
	justify-content: center;
}
.swal2-container.swal2-grow-column {
	flex: 1;
	flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
	align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
	align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
	align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
	display: flex !important;
	flex: 1;
	align-content: center;
	justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(
		.swal2-top-left
	):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(
		.swal2-center-left
	):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(
		.swal2-bottom-end
	):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
	> .swal2-modal {
	margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.swal2-container .swal2-modal {
		margin: 0 !important;
	}
}
.swal2-popup {
	display: none;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	width: 480px;
	max-width: 100%;
	padding: 2.75rem 2.5rem;
	border: none;
	border-radius: 4px;
	background: #fff;
	font-family: inherit;
	font-size: 1rem;
}
.swal2-popup:focus {
	outline: none;
}
.swal2-popup.swal2-loading {
	overflow-y: hidden;
}
.swal2-header {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.swal2-title {
	position: relative;
	max-width: 100%;
	margin: 0 0 0.5em;
	padding: 0;
	color: #364a63;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}
.swal2-html-container {
	margin-bottom: 1rem;
	line-height: 1.6;
}
.swal2-actions {
	display: flex;
	z-index: 1;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 1.5rem auto 0;
}
.swal2-actions .btn {
	margin: 0 0.75rem;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-image: linear-gradient(
		rgba(31, 43, 58, 0.1),
		rgba(31, 43, 58, 0.1)
	);
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
	background-image: linear-gradient(
		rgba(31, 43, 58, 0.2),
		rgba(31, 43, 58, 0.2)
	);
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
	box-sizing: border-box;
	width: 2.5em;
	height: 2.5em;
	margin: 0.46875em;
	padding: 0;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border: 0.25em solid transparent;
	border-radius: 100%;
	border-color: transparent;
	background-color: transparent !important;
	color: transparent;
	cursor: default;
	user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
	margin-right: 30px;
	margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border: 3px solid #b4c4d7;
	border-radius: 50%;
	border-right-color: transparent;
	box-shadow: 1px 1px 1px #fff;
}
.swal2-styled {
	margin: 0 0.75rem;
	box-shadow: none;
	padding: 0.6875rem 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	border-radius: 5px;
	min-width: 90px;
}
.swal2-loading .swal2-styled {
	min-width: 0;
}
.swal2-styled:not([disabled]) {
	cursor: pointer;
}
.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #1ee0ac;
	color: #fff;
}
.swal2-styled.swal2-confirm:focus {
	outline: none;
}
.swal2-styled.swal2-cancel {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #e85347;
	color: #fff;
}
.swal2-styled.swal2-cancel:focus {
	outline: none;
}
.swal2-styled::-moz-focus-inner {
	border: 0;
}
.swal2-footer {
	justify-content: center;
	margin: 1.25em 0 0;
	padding: 1em 0 0;
	border-top: 1px solid #eee;
	color: #5a7ca7;
	font-size: 1em;
}
.swal2-timer-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.25em;
	background: rgba(31, 43, 58, 0.2);
}
.swal2-image {
	max-width: 100%;
	margin: 0 auto 1.5rem;
}
.swal2-close {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	padding: 0;
	overflow: hidden;
	transition: color 0.1s ease-out;
	border: none;
	border-radius: 0;
	outline: initial;
	background: rgba(0, 0, 0, 0);
	color: #f7f8fa;
	font-family: serif;
	font-size: 2.5em;
	line-height: 1.2;
	cursor: pointer;
}
.swal2-close:hover {
	transform: none;
	background: rgba(0, 0, 0, 0);
	color: #e85347;
}
.swal2-close::-moz-focus-inner {
	border: 0;
}
.swal2-content {
	z-index: 1;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: #8094ae;
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	word-wrap: break-word;
}
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
	margin: 1rem auto;
}
.swal2-input,
.swal2-file,
.swal2-textarea {
	box-sizing: border-box;
	width: 100%;
	transition: border-color 0.3s, box-shadow 0.3s;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	background: inherit;
	box-shadow: none;
	color: inherit;
	font-size: 0.875rem;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
	border-color: #e85347 !important;
	box-shadow: 0 0 2px #e85347 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
	border: 1px solid #0de7b2;
	outline: none;
	box-shadow: 0 0 0 3px rgba(3, 125, 255, 0.1);
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
	color: #f7f8fa;
}
.swal2-range {
	margin: 1rem auto;
	background: #fff;
}
.swal2-range input {
	width: 80%;
}
.swal2-range output {
	width: 20%;
	color: inherit;
	font-weight: 600;
	text-align: center;
}
.swal2-range input,
.swal2-range output {
	height: 2.75rem;
	padding: 0;
	font-size: 0.875rem;
	line-height: 2.75rem;
}
.swal2-input {
	height: 2.75rem;
	padding: 0 1rem;
}
.swal2-input[type="number"] {
	max-width: 10em;
}
.swal2-file {
	background: inherit;
	font-size: 0.875rem;
}
.swal2-textarea {
	height: 6.75em;
	padding: 0.75em;
}
.swal2-select {
	min-width: 50%;
	max-width: 100%;
	padding: 0.375em 0.625em;
	background: inherit;
	color: inherit;
	font-size: 0.875rem;
}
.swal2-radio,
.swal2-checkbox {
	align-items: center;
	justify-content: center;
	background: #fff;
	color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
	margin: 0 0.6em;
	font-size: 0.875rem;
}
.swal2-radio input,
.swal2-checkbox input {
	margin: 0 0.4em;
}
.swal2-validation-message {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0.625em;
	overflow: hidden;
	background: #fff;
	color: #728fb3;
	font-size: 1em;
	font-weight: 300;
}
.swal2-validation-message::before {
	content: "!";
	display: inline-block;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	margin: 0 0.625em;
	border-radius: 50%;
	background-color: #e85347;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.swal2-icon {
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: -0.5rem auto 1.5rem;
	border: 0.25em solid transparent;
	border-radius: 50%;
	font-family: inherit;
	line-height: 5em;
	cursor: default;
	user-select: none;
	transform: scale(0.8);
}
.swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 3.75em;
}
.swal2-icon.swal2-error {
	border-color: #e85347;
	color: #e85347;
}
.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	flex-grow: 1;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	display: block;
	position: absolute;
	top: 2.3125em;
	width: 2.9375em;
	height: 0.3125em;
	border-radius: 0.125em;
	background-color: #e85347;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
	left: 1.0625em;
	transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
	right: 1em;
	transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
	animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
	animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
	border-color: #f6c630;
	color: #f4bd0e;
}
.swal2-icon.swal2-info {
	border-color: #8dd6f1;
	color: #088b6b;
}
.swal2-icon.swal2-question {
	border-color: #8798b5;
	color: #526484;
}
.swal2-icon.swal2-success {
	border-color: #1ee0ac;
	color: #1ee0ac;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
	position: absolute;
	width: 3.75em;
	height: 7.5em;
	transform: rotate(45deg);
	border-radius: 50%;
}
.swal2-icon.swal2-success
	[class^="swal2-success-circular-line"][class$="left"] {
	top: -0.4375em;
	left: -2.0635em;
	transform: rotate(-45deg);
	transform-origin: 3.75em 3.75em;
	border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success
	[class^="swal2-success-circular-line"][class$="right"] {
	top: -0.6875em;
	left: 1.875em;
	transform: rotate(-45deg);
	transform-origin: 0 3.75em;
	border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
	position: absolute;
	z-index: 2;
	top: -0.25em;
	left: -0.25em;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: 0.25em solid rgba(30, 224, 172, 0.3);
	border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
	position: absolute;
	z-index: 1;
	top: 0.5em;
	left: 1.625em;
	width: 0.4375em;
	height: 5.625em;
	transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
	display: block;
	position: absolute;
	z-index: 2;
	height: 0.3125em;
	border-radius: 0.125em;
	background-color: #1ee0ac;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
	top: 2.875em;
	left: 0.875em;
	width: 1.5625em;
	transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
	top: 2.375em;
	right: 0.5em;
	width: 2.9375em;
	transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
	animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
	animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
	animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
	align-items: center;
	margin: 0 0 1.25em;
	padding: 0;
	background: inherit;
	font-weight: 600;
}
.swal2-progress-steps li {
	display: inline-block;
	position: relative;
}
.swal2-progress-steps .swal2-progress-step {
	z-index: 20;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #3085d6;
	color: #fff;
	line-height: 2em;
	text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background: #3085d6;
}
.swal2-progress-steps
	.swal2-progress-step.swal2-active-progress-step
	~ .swal2-progress-step {
	background: #add8e6;
	color: #fff;
}
.swal2-progress-steps
	.swal2-progress-step.swal2-active-progress-step
	~ .swal2-progress-step-line {
	background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
	z-index: 10;
	width: 2.5em;
	height: 0.4em;
	margin: 0 -1px;
	background: #3085d6;
}
[class^="swal2"] {
	-webkit-tap-highlight-color: transparent;
}
.swal2-show {
	animation: swal2-show 0.3s;
}
.swal2-hide {
	animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
	transition: none;
}
.swal2-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.swal2-rtl .swal2-close {
	right: auto;
	left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
	right: 0;
	left: auto;
}
@supports (-ms-accelerator: true) {
	.swal2-range input {
		width: 100% !important;
	}
	.swal2-range output {
		display: none;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.swal2-range input {
		width: 100% !important;
	}
	.swal2-range output {
		display: none;
	}
}
@-moz-document url-prefix() {
	.swal2-close:focus {
		outline: 2px solid rgba(3, 125, 255, 0.4);
	}
}
@keyframes swal2-toast-show {
	0% {
		transform: translateY(-0.625em) rotateZ(2deg);
	}
	33% {
		transform: translateY(0) rotateZ(-2deg);
	}
	66% {
		transform: translateY(0.3125em) rotateZ(2deg);
	}
	100% {
		transform: translateY(0) rotateZ(0deg);
	}
}
@keyframes swal2-toast-hide {
	100% {
		transform: rotateZ(1deg);
		opacity: 0;
	}
}
@keyframes swal2-toast-animate-success-line-tip {
	0% {
		top: 0.5625em;
		left: 0.0625em;
		width: 0;
	}
	54% {
		top: 0.125em;
		left: 0.125em;
		width: 0;
	}
	70% {
		top: 0.625em;
		left: -0.25em;
		width: 1.625em;
	}
	84% {
		top: 1.0625em;
		left: 0.75em;
		width: 0.5em;
	}
	100% {
		top: 1.125em;
		left: 0.1875em;
		width: 0.75em;
	}
}
@keyframes swal2-toast-animate-success-line-long {
	0% {
		top: 1.625em;
		right: 1.375em;
		width: 0;
	}
	65% {
		top: 1.25em;
		right: 0.9375em;
		width: 0;
	}
	84% {
		top: 0.9375em;
		right: 0;
		width: 1.125em;
	}
	100% {
		top: 0.9375em;
		right: 0.1875em;
		width: 1.375em;
	}
}
@keyframes swal2-show {
	0% {
		opacity: 0;
		transform: translate(0, 20px);
	}
	40% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 0);
	}
}
@keyframes swal2-hide {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.7);
		opacity: 0;
	}
}
@keyframes swal2-animate-success-line-tip {
	0% {
		top: 1.1875em;
		left: 0.0625em;
		width: 0;
	}
	54% {
		top: 1.0625em;
		left: 0.125em;
		width: 0;
	}
	70% {
		top: 2.1875em;
		left: -0.375em;
		width: 3.125em;
	}
	84% {
		top: 3em;
		left: 1.3125em;
		width: 1.0625em;
	}
	100% {
		top: 2.8125em;
		left: 0.875em;
		width: 1.5625em;
	}
}
@keyframes swal2-animate-success-line-long {
	0% {
		top: 3.375em;
		right: 2.875em;
		width: 0;
	}
	65% {
		top: 3.375em;
		right: 2.875em;
		width: 0;
	}
	84% {
		top: 2.1875em;
		right: 0;
		width: 3.4375em;
	}
	100% {
		top: 2.375em;
		right: 0.5em;
		width: 2.9375em;
	}
}
@keyframes swal2-rotate-success-circular-line {
	0% {
		transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}
@keyframes swal2-animate-error-x-mark {
	0% {
		margin-top: 1.625em;
		transform: scale(0.4);
		opacity: 0;
	}
	50% {
		margin-top: 1.625em;
		transform: scale(0.4);
		opacity: 0;
	}
	80% {
		margin-top: -0.375em;
		transform: scale(1.15);
	}
	100% {
		margin-top: 0;
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes swal2-animate-error-icon {
	0% {
		transform: scale(0.8) rotateX(100deg);
		opacity: 0;
	}
	100% {
		transform: scale(0.8) rotateX(0deg);
		opacity: 1;
	}
}
@keyframes swal2-rotate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden;
}
body.swal2-height-auto {
	height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: calc(100% - 0.625em * 2);
	background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
	box-shadow: 0 0 10px rgba(28, 43, 70, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start,
body.swal2-no-backdrop .swal2-container.swal2-top-left {
	top: 0;
	left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
	top: 0;
	right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start,
body.swal2-no-backdrop .swal2-container.swal2-center-left {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start,
body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
	bottom: 0;
	left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
	right: 0;
	bottom: 0;
}
@media print {
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
		overflow-y: scroll !important;
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
		> [aria-hidden="true"] {
		display: none;
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
		.swal2-container {
		position: static !important;
	}
}
body.swal2-toast-shown .swal2-container {
	background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}
body.swal2-toast-column .swal2-toast {
	flex-direction: column;
	align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
	flex: 1;
	align-self: stretch;
	height: 2.2em;
	margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
	justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
	height: 2em;
	margin: 0.3125em auto;
	font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
	font-size: 1em;
}
table.dataTable {
	clear: both;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
	text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
	width: auto;
	display: inline-block;
}
div.dataTables_wrapper div.dataTables_length label {
	display: inline-flex;
	align-items: center;
}
div.dataTables_wrapper div.dataTables_length span {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter input {
	display: inline-block;
}
div.dataTables_wrapper div.dataTables_info {
	padding: 0.5rem 0;
	white-space: nowrap;
	font-size: 0.75rem;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	justify-content: center;
}
div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
}
div.dataTables_wrapper label {
	margin-bottom: 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
	padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
	outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	right: 1em;
	content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
	opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
	opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
	display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
	border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
	box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
	margin-top: 0 !important;
	border-top: none;
}
@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		text-align: center;
	}
}
table.dataTable.table-sm > thead > tr > th {
	padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
	top: 5px;
	right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
	top: 5px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
	border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
	border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
	border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
	margin: 0;
}
div.table-responsive
	> div.dataTables_wrapper
	> div.row
	> div[class^="col-"]:first-child {
	padding-left: 0;
}
div.table-responsive
	> div.dataTables_wrapper
	> div.row
	> div[class^="col-"]:last-child {
	padding-right: 0;
}
@media (min-width: 768px) {
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: flex-start;
	}
}
table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > th:first-child {
	cursor: pointer;
}
table.dataTable.dtr-inline.collapsed
	> tbody
	> tr:not(.child)
	> td:first-child:before,
table.dataTable.dtr-inline.collapsed
	> tbody
	> tr:not(.child)
	> th:first-child:before {
	content: "";
	font-family: "Nioicon";
	margin-right: 0.4rem;
}
table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> td:first-child:before,
table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> th:first-child:before {
	content: "";
}
@media (max-width: 575px) {
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: flex-start;
	}
	div.dataTables_wrapper
		div.dataTables_paginate
		ul.pagination
		li:not(.previous):not(.next) {
		display: none;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	div.dataTables_wrapper div.dataTables_info {
		text-align: right !important;
	}
}
.dataTable tr {
	white-space: nowrap;
}
.dataTable td {
	white-space: nowrap;
}
.dataTable td:focus {
	outline: none;
}
.datatable-wrap {
	border: 1px solid #e5e9f2;
	border-radius: 4px;
}
.dtr-details {
	padding-left: 0.25rem;
}
.dtr-details .dtr-title {
	font-weight: 700;
	margin-right: 0.25rem;
}
.nk-tb-col-check,
.nk-tb-col-tools {
	pointer-events: none;
}
.nk-tb-col-check > *,
.nk-tb-col-tools > * {
	pointer-events: auto;
}
.nk-tb-col-check:before,
.nk-tb-col-check:after,
.nk-tb-col-tools:before,
.nk-tb-col-tools:after {
	display: none !important;
}
.nk-tb-col-check {
	padding-right: 0.5rem !important;
}
body {
	min-width: 320px;
}
body.nav-shown {
	overflow: hidden;
}
.nk-body {
	outline: none;
}
.nk-app-root {
	outline: none;
}
.nk-main {
	position: relative;
}
.nk-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.nk-content {
	padding: 24px 4px;
}
.nk-wrap-nosidebar .nk-content {
	padding: 0 !important;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.nk-content-fs {
	min-height: calc(100vh - (65px + 65px));
	display: flex;
	align-items: center;
}
.nk-content-body {
	flex-grow: 1;
}
@media (min-width: 576px) {
	.nk-content {
		padding: 32px 22px;
	}
	.nk-content-fluid {
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media (min-width: 992px) {
	.nk-content-lg {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.nk-content-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (min-width: 1660px) {
	.nk-content-lg {
		padding-top: 54px;
		padding-bottom: 54px;
	}
	.nk-content-fluid {
		padding-left: 44px;
		padding-right: 44px;
	}
}
.logo-link {
	position: relative;
	display: inline-block;
	align-items: center;
}
.logo-dark {
	opacity: 1;
}
.tc-light .logo-dark,
.is-dark .logo-dark {
	opacity: 0;
}
.logo-light {
	opacity: 0;
}
.tc-light .logo-light,
.is-dark .logo-light {
	opacity: 1;
}
.logo-img {
	max-height: 40px;
}
.logo-img-lg {
	max-height: 60px;
}
.logo-img-sm {
	max-height: 32px;
}
.logo-img-icon {
	max-height: 36px;
}
.logo-img:not(:first-child) {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nk-header {
	background: #f5f6fa;
	border-bottom: 1px solid #e5e9f2;
	padding: 0 6px;
}
.nk-header.is-dark:not([class*="bg-"]) {
	background: #101924;
	border-color: #203247;
}
.nk-header.is-light:not([class*="bg-"]) {
	background: #fff;
}
.nk-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 800;
	min-width: 320px;
}
.nk-header-fixed + .nk-content {
	margin-top: 65px;
	position: relative;
}
.nk-header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 -0.25rem;
}
.nk-header-wrap > * {
	padding: 0 0.25rem;
}
.nk-header-right {
	align-items: center;
	justify-content: flex-end;
}
.nk-header-center {
	justify-content: center;
}
.nk-header-tools {
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
.nk-header-brand {
	flex-shrink: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
.nk-header .dropdown-menu .lead-text {
	color: #364a63;
}
.nk-header .dropdown-menu .sub-text,
.nk-header .dropdown-menu .overline-title,
.nk-header .dropdown-menu .overline-title-alt {
	color: #8094ae;
}
.nk-quick-nav {
	display: flex;
	align-items: center;
	margin: 0 -6px;
	min-height: 40px;
}
.nk-quick-nav > li {
	padding: 0 6px;
}
.nk-quick-nav > li.user-dropdown > a {
	padding: 0 2px;
}
.nk-quick-nav-icon {
	display: inline-flex;
	position: relative;
	font-size: 1.5rem;
	z-index: 1;
	color: #526484;
	padding: 0.375rem;
}
.is-dark .nk-quick-nav-icon {
	color: #9faec2;
}
.nk-quick-nav-icon:focus {
	box-shadow: none;
}
.nk-quick-nav-icon:before {
	position: absolute;
	z-index: -1;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	content: "";
	background-color: #e5e9f2;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s;
}
.is-dark .nk-quick-nav-icon:before {
	background-color: #0b1219;
}
.show > .nk-quick-nav-icon:before {
	opacity: 1;
	height: 116%;
	width: 116%;
}
.nk-quick-nav-icon:hover:before,
.nk-quick-nav-icon.active:before {
	opacity: 1;
	height: 116%;
	width: 116%;
}
@media (max-width: 359px) {
	.nk-quick-nav {
		margin: 0 -3px;
	}
	.nk-quick-nav > li {
		padding: 0 3px;
	}
	.hide-mb-xs {
		display: none;
	}
}
@media (max-width: 575px) {
	.hide-mb-sm {
		display: none;
	}
}
@media (min-width: 576px) {
	.nk-header {
		padding: 0 22px;
	}
	.nk-quick-nav {
		margin: 0 -10px;
	}
	.nk-quick-nav > li {
		padding: 0 10px;
	}
}
@media (min-width: 992px) {
	.nk-header-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (min-width: 1660px) {
	.nk-header-fluid {
		padding-left: 44px;
		padding-right: 44px;
	}
}
.nk-sidebar {
	position: absolute;
	background: #f5f6fa;
	border-right: 1px solid #e5e9f2;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	transform: translateX(-100%);
	width: 290px;
	transition: transform 450ms ease, width 450ms ease;
}
.nk-sidebar + .nk-wrap {
	transition: padding 450ms ease;
}
.nk-sidebar + .nk-wrap > .nk-header-fixed {
	transition: left 450ms ease;
}
.nk-sidebar.is-light {
	background: #fff;
	border-right-color: #ebeef2;
}
.nk-sidebar.is-dark {
	background: #101924;
	border-right-color: #203247;
}
.nk-sidebar-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(16, 25, 36, 0.4);
	z-index: 900;
	animation: overlay-fade-in 0.4s ease 1;
}
.nk-sidebar-element {
	overflow: hidden;
	width: 100%;
	max-height: 100%;
}
.nk-sidebar.nk-sidebar-active {
	transform: translateX(0);
}
.nk-sidebar-fixed {
	position: fixed;
	max-height: 100vh;
}
.nk-sidebar-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 24px;
	min-width: 100%;
	width: 290px;
	height: 65px;
	border-bottom: 1px solid #e5e9f2;
}
.is-dark .nk-sidebar-head {
	border-color: #203247;
}
.nk-sidebar-brand {
	position: relative;
	flex-shrink: 0;
}
.nk-sidebar-logo {
	transition: opacity 0.3s ease;
}
.nk-sidebar-logo .logo-img:not(:first-child) {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nk-sidebar-widget {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 2.5rem;
}
.nk-sidebar-widget-full {
	padding-left: 0;
	padding-right: 0;
}
.nk-sidebar-widget-full > * {
	padding-left: 24px;
	padding-right: 24px;
}
.nk-sidebar-widget-full .toggle-expand-content {
	padding-left: 0;
	padding-right: 0;
}
.nk-sidebar-widget-full .toggle-expand-content > * {
	padding-left: 24px;
	padding-right: 24px;
}
.nk-sidebar-widget-sap {
	border-bottom: 1px solid #e5e9f2;
}
.nk-sidebar-footer {
	background-color: #f5f6fa;
	margin-top: auto;
	padding: 1.75rem 24px 1.75rem;
}
.is-light .nk-sidebar-footer {
	background: #fff;
}
.is-dark .nk-sidebar-footer {
	background-color: #101924;
}
.nk-sidebar-body {
	position: relative;
}
.nk-sidebar-body .simplebar-content {
	padding-bottom: 0.25rem !important;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.nk-sidebar-body .simplebar-scroll-content {
	min-height: 100%;
	width: 100%;
}
.nk-sidebar-content {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 65px);
}
.nk-sidebar-content .nk-sidebar-menu {
	padding-top: 1.5rem;
}
.nk-sidebar-content .nk-sidebar-menu[data-simplebar] {
	height: 100%;
}
.nk-sidebar-content[data-simplebar] > div {
	width: 100%;
}
.nk-sidebar-profile-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #f5f6fa;
}
.is-dark .nk-sidebar-profile-fixed {
	background: #101924;
}
.nk-sidebar.is-theme .user-balance-alt,
.nk-sidebar.is-dark .user-balance-alt {
	color: #6cbbf7;
}
.nk-profile-fixed {
	position: fixed;
	bottom: 0;
}
.nk-profile-toggle {
	display: block;
	border-bottom: 1px solid #e5e9f2;
}
.is-dark .nk-profile-toggle {
	border-bottom-color: #203247;
}
.nk-profile-content {
	background: #fff;
	border-bottom: 1px solid #e5e9f2;
}
.nk-profile-menu .nk-profile-content {
	background: #f5f6fa;
}
.is-dark .nk-profile-content {
	background: #101924;
	border-bottom-color: #203247;
}
.is-dark .nk-profile-content .link-list {
	border-top-color: #203247;
}
.is-dark .nk-profile-content .link-list a {
	color: #8094ae;
}
.is-dark .nk-profile-content .user-account-links {
	border-bottom-color: #203247;
}
.nk-profile-menu > * {
	padding-left: 24px;
	padding-right: 24px;
}
.nk-profile-menu .toggle-expand-content {
	padding-left: 0;
	padding-right: 0;
}
.nk-profile-menu .toggle-expand-content > * {
	padding-left: 24px;
	padding-right: 24px;
}
@keyframes overlay-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 991.98px) {
	.nk-sidebar-mobile {
		width: 290px !important;
	}
}
@media (min-width: 1200px) {
	.nk-sidebar-content .nk-sidebar-menu {
		padding-top: 1rem;
		padding-bottom: 1.5rem;
	}
	.nk-sidebar {
		transform: translateX(0);
		width: 290px;
	}
	.nk-sidebar + .nk-wrap {
		padding-left: 290px;
	}
	.nk-sidebar + .nk-wrap > .nk-header-fixed {
		left: 290px;
	}
	.nk-sidebar-overlay {
		display: none;
	}
}
@media (min-width: 1200px) {
	.nk-sidebar {
		transform: translateX(0);
	}
}
.nk-sidebar-fat + .nk-wrap {
	transition: padding 450ms ease;
}
.nk-sidebar-fat + .nk-wrap > .nk-header-fixed {
	transition: left 450ms ease;
}
@media (min-width: 1200px) {
	.nk-sidebar-fat {
		transform: translateX(0);
		width: 340px;
	}
	.nk-sidebar-fat .nk-sidebar-content .nk-sidebar-menu {
		padding-top: 2.5rem;
	}
	.nk-sidebar-fat + .nk-wrap,
	.nk-sidebar-fat + .nk-sidebar-overlay + .nk-wrap {
		padding-left: 340px;
	}
	.nk-sidebar-fat + .nk-wrap > .nk-header-fixed,
	.nk-sidebar-fat + .nk-sidebar-overlay + .nk-wrap > .nk-header-fixed {
		left: 340px;
	}
	.nk-sidebar-fat .nk-sidebar-head {
		width: 340px;
		padding: 12px 40px;
		border-bottom: 0;
		background: transparent;
	}
	.nk-sidebar-fat .nk-sidebar-widget {
		padding-left: 40px;
		padding-right: 40px;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full {
		padding-left: 0;
		padding-right: 0;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full > * {
		padding-left: 40px;
		padding-right: 40px;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content {
		padding-left: 0;
		padding-right: 0;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content > * {
		padding-left: 40px;
		padding-right: 40px;
	}
	.nk-sidebar-fat .nk-sidebar-footer {
		padding-left: 40px;
		padding-right: 40px;
	}
	.nk-sidebar-fat .nk-sidebar-footer .nk-menu {
		margin-left: -16px;
		margin-right: -16px;
	}
	.has-sidebar-fat .nk-sidebar-widget:first-child {
		padding-top: 0.5rem;
	}
}
@media (min-width: 1560px) {
	.nk-sidebar-fat {
		width: 400px;
	}
	.nk-sidebar-fat + .nk-wrap,
	.nk-sidebar-fat + .nk-sidebar-overlay + .nk-wrap {
		padding-left: 400px;
	}
	.nk-sidebar-fat + .nk-wrap > .nk-header-fluid,
	.nk-sidebar-fat + .nk-wrap > .nk-footer-fluid,
	.nk-sidebar-fat + .nk-sidebar-overlay + .nk-wrap > .nk-header-fluid,
	.nk-sidebar-fat + .nk-sidebar-overlay + .nk-wrap > .nk-footer-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
	.nk-sidebar-fat + .nk-wrap > .nk-header-fixed,
	.nk-sidebar-fat + .nk-sidebar-overlay + .nk-wrap > .nk-header-fixed {
		left: 400px;
	}
	.nk-sidebar-fat .nk-sidebar-head {
		width: 400px;
		padding: 12px 56px;
	}
	.nk-sidebar-fat .nk-sidebar-widget {
		padding-left: 56px;
		padding-right: 56px;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full {
		padding-left: 0;
		padding-right: 0;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full > * {
		padding-left: 56px;
		padding-right: 56px;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content {
		padding-left: 0;
		padding-right: 0;
	}
	.nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content > * {
		padding-left: 56px;
		padding-right: 56px;
	}
	.nk-sidebar-fat .nk-sidebar-footer {
		padding-left: 56px;
		padding-right: 56px;
	}
	.nk-sidebar-fat .nk-sidebar-footer .nk-menu {
		margin-left: -32px;
		margin-right: -32px;
	}
	.has-sidebar-fat .nk-content-body {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.has-sidebar-fat .nk-sidebar-widget:first-child {
		padding-top: 2.25rem;
	}
}
.nk-menu li a {
	vertical-align: middle;
	display: flex;
	position: relative;
	align-items: center;
	transition: color 0.3s, background-color 0.3s;
}
.nk-menu-item {
	padding: 2px 0;
}
.nk-menu-sub .nk-menu-item {
	padding: 1px 0;
}
.nk-menu-item.has-sub {
	position: relative;
}
.nk-menu > .nk-menu-item.menu-without-icon > .nk-menu-sub .nk-menu-link {
	padding-left: 0;
}
.nk-menu-link {
	padding: 0.625rem 40px 0.625rem 24px;
	color: #6e82a5;
	font-family: Roboto;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.01em;
	text-transform: none;
	line-height: 1.25rem;
}
.nk-menu-link:hover,
.active > .nk-menu-link {
	color: #1d8aff;
}
.nk-menu-link:hover .count,
.active > .nk-menu-link .count {
	color: #1d8aff;
}
.nk-menu-sub .nk-menu-link {
	padding: 0.375rem 40px 0.375rem 36px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
	line-height: 1.25rem;
	color: #6e82a5;
}
.nk-menu-link.is-disable {
	cursor: default;
}
.nk-menu-link.is-disable:hover,
.active > .nk-menu-link.is-disable {
	color: #6e82a5;
}
.nk-menu-link.is-disable:hover .count,
.active > .nk-menu-link.is-disable .count {
	color: #6e82a5;
}
.is-light .nk-menu-link {
	color: #526484;
}
.is-light .nk-menu-link:hover,
.is-light .active > .nk-menu-link {
	color: #1d8aff;
}
.nk-menu-link span.small {
	color: #8094ae;
	margin-left: 0.5rem;
}
.nk-menu-icon {
	font-weight: normal;
	letter-spacing: normal;
	width: 36px;
	line-height: 1;
	flex-grow: 0;
	color: #8094ae;
}
.nk-menu-icon svg,
.nk-menu-icon img {
	width: 36px;
}
.nk-menu-icon .icon {
	font-size: 24px;
	letter-spacing: normal;
	vertical-align: middle;
	color: currentColor;
	transition: color 0.4s, background-color 0.4s;
}
.nk-menu-link:hover .nk-menu-icon,
.nk-menu-item.active > .nk-menu-link .nk-menu-icon,
.nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
	color: #1d8aff;
}
.nk-menu-link.is-disable:hover .nk-menu-icon {
	color: #8094ae;
}
.nk-menu-text {
	flex-grow: 1;
	display: inline-block;
}
.nk-menu-badge {
	border-radius: 3px;
	padding: 0 0.4rem;
	font-size: 11px;
	color: #0894ff;
	background: #cfeafe;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
}
.is-dark .nk-menu-badge {
	color: #379fef;
	background: #203247;
}
.nk-menu-main .nk-menu-sub .nk-menu-badge {
	color: #0894ff;
	background: #cfeafe;
}
.nk-menu-heading {
	padding: 0.25rem 24px 0.5rem;
	color: #8094ae;
}
.nk-menu-item + .nk-menu-heading {
	padding-top: 2.5rem;
}
.nk-menu-heading .overline-title {
	color: inherit;
}
.nk-menu-heading span {
	font-size: 13px;
	font-weight: 400;
}
.nk-menu-hr {
	margin: 1.25rem 0;
	border-bottom: 1px solid #dbdfea;
}
.is-dark .nk-menu-hr {
	border-color: rgba(255, 255, 255, 0.12);
}
.nk-menu-hr + .nk-menu-heading {
	padding-top: 1rem;
}
.nk-menu-sub {
	padding-bottom: 0.25rem;
}
.nk-menu-toggle + .nk-menu-sub {
	display: none;
}
.active > .nk-menu-sub {
	display: block;
}
.nk-menu-sub .nk-menu-link:hover {
	color: #0de7b2;
}
.nk-menu-sub .active > .nk-menu-link {
	color: #0de7b2;
}
.nk-menu-sub .nk-menu-icon {
	width: 24px;
	margin-top: -1px;
}
.nk-menu-sub .nk-menu-icon .icon {
	margin-top: -1px;
	font-size: 1.2em;
}
.nk-menu-toggle {
	position: relative;
}
.nk-menu-toggle:after {
	position: absolute;
	font-family: "Nioicon";
	content: "";
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	font-size: 1rem;
	color: #8094ae;
	transition: transform 0.3s, color 0.1s;
}
.is-dark .nk-menu-toggle:after,
.is-theme .nk-menu-toggle:after {
	color: rgba(255, 255, 255, 0.4);
}
.has-sub.active > .nk-menu-toggle:after {
	transform: translateY(-50%) rotate(90deg);
}
.nk-menu .count {
	display: inline-block;
	font-size: 0.85em;
	margin-left: 0.25rem;
	color: #8094ae;
	line-height: 1;
}
.nk-menu-icon-colored .nk-menu-icon {
	color: #0de7b2;
}
.nk-menu-tooltip {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.nk-menu-inline {
	display: flex;
}
.nk-menu-inline .nk-menu-link {
	padding-left: 0;
	padding-right: 0;
}
.nk-menu-footer {
	display: flex;
}
.nk-menu-footer .nk-menu-link {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	color: #8094ae;
	font-family: Roboto;
	font-weight: 500;
}
.nk-menu-footer .nk-menu-link:hover {
	color: #1d8aff;
}
.nk-menu-footer .nk-menu-icon {
	width: 1.375rem;
	color: #0de7b2;
}
.nk-menu-footer .nk-menu-icon .icon {
	font-size: 1rem;
}
.nk-menu-footer .nk-menu-text {
	font-size: 12px;
	line-height: 1.125rem;
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
	padding-left: 60px;
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub {
	margin-left: 60px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0;
	border-left: 1px solid #dbdfea;
}
.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub .nk-menu-link {
	padding-left: 1rem;
}
.nk-sidebar.is-dark .nk-menu > li .nk-menu-sub .nk-menu-sub,
.nk-sidebar.is-theme .nk-menu > li .nk-menu-sub .nk-menu-sub {
	border-color: rgba(255, 255, 255, 0.12);
}
.nk-sidebar-fat .nk-menu-toggle:after {
	right: 22px;
}
.nk-sidebar-fat .nk-menu > li .nk-menu-sub .nk-menu-link {
	padding-left: 60px;
}
@media (min-width: 1200px) {
	.nk-sidebar-fat .nk-menu {
		padding-left: 16px;
		padding-right: 16px;
	}
	.nk-sidebar-fat .nk-menu > li .nk-menu-sub {
		padding-top: 0.25rem;
	}
	.nk-sidebar-fat .nk-menu > li .nk-menu-sub .nk-menu-link {
		padding-left: 60px;
	}
	.nk-sidebar-fat .nk-menu > li > a {
		border-radius: 40px;
	}
	.nk-sidebar-fat .nk-menu > li > a:hover {
		background: #fff;
	}
	.nk-sidebar-fat .nk-menu > li:hover > a,
	.nk-sidebar-fat .nk-menu > li.active > a,
	.nk-sidebar-fat .nk-menu > li.current-menu > a {
		background: #fff;
	}
	.nk-sidebar-fat .nk-menu-sm > li:hover a,
	.nk-sidebar-fat .nk-menu-sm > li.active a,
	.nk-sidebar-fat .nk-menu-sm > li.current-menu a,
	.nk-sidebar-fat .nk-menu-sm > li > a:hover,
	.nk-sidebar-fat .nk-menu-footer > li:hover a,
	.nk-sidebar-fat .nk-menu-footer > li.active a,
	.nk-sidebar-fat .nk-menu-footer > li.current-menu a,
	.nk-sidebar-fat .nk-menu-footer > li > a:hover {
		background: transparent !important;
	}
	.nk-sidebar-fat.is-dark .nk-menu > li:hover > a,
	.nk-sidebar-fat.is-dark .nk-menu > li.active > a,
	.nk-sidebar-fat.is-dark .nk-menu > li.current-menu > a,
	.nk-sidebar-fat.is-dark .nk-menu > li > a:hover {
		background: #192839;
	}
	.nk-sidebar-fat.is-light .nk-menu > li:hover > a,
	.nk-sidebar-fat.is-light .nk-menu > li.active > a,
	.nk-sidebar-fat.is-light .nk-menu > li.current-menu > a,
	.nk-sidebar-fat.is-light .nk-menu > li > a:hover {
		background: #eef0f7;
	}
}
@media (min-width: 1560px) {
	.nk-sidebar-fat .nk-menu {
		padding-left: 32px;
		padding-right: 32px;
	}
	.nk-sidebar-fat .nk-menu-heading {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.nk-footer {
	margin-top: auto;
	background: #fff;
	border-top: 1px solid #e5e9f2;
	padding: 20px 6px;
}
.nk-footer-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nk-footer-copyright {
	color: #8094ae;
}
.nk-footer-copyright a {
	color: inherit;
}
.nk-footer-copyright a:hover {
	color: #0de7b2;
}
@media (min-width: 576px) {
	.nk-footer {
		padding: 20px 22px;
	}
}
@media (min-width: 992px) {
	.nk-footer-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (min-width: 1660px) {
	.nk-footer-fluid {
		padding-left: 44px;
		padding-right: 44px;
	}
}
@media (max-width: 767.98px) {
	.nk-footer {
		background-color: transparent;
		border-top: none;
		padding-top: 0.5rem;
	}
	.nk-footer-wrap {
		justify-content: center;
	}
	.nk-footer-copyright {
		width: 100%;
		text-align: center;
		padding-bottom: 0.375rem;
	}
}
.g-0 {
	margin: 0 !important;
}
.g-0 > li,
.g-0 > div {
	padding: 0 !important;
}
.gx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.gx-0 > li,
.gx-0 > div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.gy-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.gy-0 > li,
.gy-0 > div {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.g-1 {
	margin: -0.1875rem !important;
}
.g-1 > li,
.g-1 > div {
	padding: 0.1875rem !important;
}
.gx-1 {
	margin-left: -0.1875rem !important;
	margin-right: -0.1875rem !important;
}
.gx-1 > li,
.gx-1 > div {
	padding-left: 0.1875rem !important;
	padding-right: 0.1875rem !important;
}
.gy-1 {
	margin-top: -0.1875rem !important;
	margin-bottom: -0.1875rem !important;
}
.gy-1 > li,
.gy-1 > div {
	padding-top: 0.1875rem !important;
	padding-bottom: 0.1875rem !important;
}
.g-2 {
	margin: -0.375rem !important;
}
.g-2 > li,
.g-2 > div {
	padding: 0.375rem !important;
}
.gx-2 {
	margin-left: -0.375rem !important;
	margin-right: -0.375rem !important;
}
.gx-2 > li,
.gx-2 > div {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important;
}
.gy-2 {
	margin-top: -0.375rem !important;
	margin-bottom: -0.375rem !important;
}
.gy-2 > li,
.gy-2 > div {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
}
.g-3 {
	margin: -0.5rem !important;
}
.g-3 > li,
.g-3 > div {
	padding: 0.5rem !important;
}
.gx-3 {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
}
.gx-3 > li,
.gx-3 > div {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.gy-3 {
	margin-top: -0.5rem !important;
	margin-bottom: -0.5rem !important;
}
.gy-3 > li,
.gy-3 > div {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.g-4 {
	margin: -0.75rem !important;
}
.g-4 > li,
.g-4 > div {
	padding: 0.75rem !important;
}
.gx-4 {
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !important;
}
.gx-4 > li,
.gx-4 > div {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.gy-4 {
	margin-top: -0.75rem !important;
	margin-bottom: -0.75rem !important;
}
.gy-4 > li,
.gy-4 > div {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.g-5 {
	margin: -1.375rem !important;
}
.g-5 > li,
.g-5 > div {
	padding: 1.375rem !important;
}
.gx-5 {
	margin-left: -1.375rem !important;
	margin-right: -1.375rem !important;
}
.gx-5 > li,
.gx-5 > div {
	padding-left: 1.375rem !important;
	padding-right: 1.375rem !important;
}
.gy-5 {
	margin-top: -1.375rem !important;
	margin-bottom: -1.375rem !important;
}
.gy-5 > li,
.gy-5 > div {
	padding-top: 1.375rem !important;
	padding-bottom: 1.375rem !important;
}
.g-gs {
	margin: -14px !important;
}
.g-gs > li,
.g-gs > div {
	padding: 14px !important;
}
.gx-gs {
	margin-left: -14px !important;
	margin-right: -14px !important;
}
.gx-gs > li,
.gx-gs > div {
	padding-left: 14px !important;
	padding-right: 14px !important;
}
.gy-gs {
	margin-top: -14px !important;
	margin-bottom: -14px !important;
}
.gy-gs > li,
.gy-gs > div {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}
.gap {
	width: 100%;
	display: block;
	height: 28px;
}
.gap-0 {
	height: 0;
}
.gap-1 {
	height: 0.375rem;
}
.gap-2 {
	height: 0.75rem;
}
.gap-3 {
	height: 1rem;
}
.gap-4 {
	height: 1.5rem;
}
.gap-5 {
	height: 2.75rem;
}
.gap-gs {
	height: 28px;
}
.gap-sm {
	height: 0.75rem;
}
.gap-md {
	height: 1.25rem;
}
.gap-lg {
	height: 2rem;
}
.gap-xl {
	height: 2.5rem;
}
.gap-10px {
	height: 10px;
}
.gap-20px {
	height: 20px;
}
.gap-30px {
	height: 30px;
}
.gap-40px {
	height: 40px;
}
.gap-50px {
	height: 50px;
}
.gap-60px {
	height: 60px;
}
.gap-70px {
	height: 70px;
}
.gap-80px {
	height: 80px;
}
.gap-90px {
	height: 90px;
}
.gap-100px {
	height: 100px;
}
.li-col2x > li {
	width: 50%;
	float: left;
}
.li-col3x > li {
	width: 33.33333%;
	float: left;
}
.li-col4x > li {
	width: 25%;
	float: left;
}
.li-w150 > li {
	width: 150px;
	float: left;
}
.li-w175 > li {
	width: 175px;
	float: left;
}
.li-w200 > li {
	width: 200px;
	float: left;
}
.li-w225 > li {
	width: 225px;
	float: left;
}
.li-w250 > li {
	width: 250px;
	float: left;
}
.nk-block + .nk-block,
.nk-block + .nk-block-head {
	padding-top: 28px;
}
.nk-block + .nk-block-lg,
.nk-block + .nk-block-head-lg {
	padding-top: 2.75rem;
}
.nav-tabs + .nk-block {
	padding-top: 1.5rem;
}
.nav-tabs + .nk-block-sm {
	padding-top: 1rem;
}
.nk-block-area {
	display: flex;
}
.nk-block-area-column {
	flex-direction: column;
}
.nk-block-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nk-block-between > .title:first-child {
	margin-bottom: 0;
}
.nk-block-middle {
	margin-top: auto;
	margin-bottom: auto;
}
.nk-block-head {
	position: relative;
	padding-bottom: 1.25rem;
}
.nk-block-head:only-child {
	padding-bottom: 0;
}
.nk-block-head h2:not(:last-child) {
	margin-bottom: 1rem;
}
.nk-block-head-sub {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	color: #8094ae;
	font-weight: 400;
	position: relative;
}
.nk-block-head-sub .dropdown {
	position: absolute;
	right: -8px;
	top: -6px;
}
.nk-block-head-xs {
	padding-bottom: 0.75rem;
}
.nk-block-head-sm {
	padding-bottom: 1rem;
}
.nk-block-head-lg {
	padding-bottom: 1.5rem;
}
.nk-block-head + .nav-tabs {
	margin-top: -1rem;
}
.nk-content-body > .nk-block-head:first-child {
	padding-bottom: 1.75rem;
}
.nk-block-head .nk-block-text {
	margin-top: 1.5rem;
}
.nk-block-head .nk-block-text + .btn {
	margin-top: 1.5rem;
}
.nk-block-tools {
	display: flex;
	align-items: center;
}
.nk-block-tools > * {
	display: inline-flex;
}
.nk-block-des {
	color: #526484;
}
.nk-block-des strong {
	color: #364a63;
}
.nk-block-des .icon {
	vertical-align: middle;
}
.nk-block-content + .nk-block-head {
	padding-top: 2rem;
}
.nk-block-content + .nk-block-head-sm {
	padding-top: 1.5rem;
}
.nk-block-content-head:not(:last-child) {
	margin-bottom: 1rem;
}
.nk-block-title-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nk-block-title-group .title {
	margin-bottom: 0;
}
.nk-block-title-group:not(:last-child) {
	margin-bottom: 0.5rem;
}
.nk-block.is-stretch {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
@media (min-width: 576px) {
	.nk-block-head-lg {
		padding-bottom: 2.5rem;
	}
	.nk-block-content + .nk-block-head {
		padding-top: 4rem;
	}
	.nk-block-content + .nk-block-head-sm {
		padding-top: 2.5rem;
	}
	.nk-block.is-stretch {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}
@media (min-width: 768px) {
	.nk-content-body > .nk-block-head:first-child {
		padding-bottom: 2.5rem;
	}
	.nk-content-body > .nk-block-head-sm:first-child {
		padding-bottom: 1.75rem;
	}
	.nav-tabs + .nk-block {
		padding-top: 2.5rem;
	}
	.nav-tabs + .nk-block-sm {
		padding-top: 2rem;
	}
	.nav-tabs + .nk-block-xs {
		padding-top: 1.25rem;
	}
	.nk-block-text h5,
	.nk-block-text h6 {
		font-size: 1rem;
	}
	.nk-block-mh {
		min-height: 500px;
	}
}
@media (min-height: 900px) and (min-width: 768px) {
	.nk-block-mh {
		min-height: 675px;
	}
}
@media (max-width: 767.98px) {
	.nk-block-tools .opt-menu-md {
		order: 100;
		margin-left: auto;
	}
}
@media (max-width: 575.98px) {
	.nk-block-des {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.nk-block-between-md {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media (min-width: 576px) {
	.nk-block-between-sm {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.alert + .alert {
	margin-top: -1rem;
}
.alert-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alert-text .alert {
	padding-left: 2rem;
	padding-top: 0;
	padding-bottom: 0;
}
.alert-text .alert-icon > .icon {
	left: 0;
	top: 0;
}
.alert-text.has-icon {
	position: relative;
	margin-left: 2rem;
}
.alert-text.has-icon > .icon {
	position: absolute;
	font-size: 1.25rem;
	line-height: 1;
	left: 0;
	margin-left: -1.75rem;
}
.alert-text.has-icon + .alert-actions {
	margin-left: 2rem;
}
.alert-actions {
	display: inline-flex;
	align-items: center;
}
.alert-actions a + a {
	margin-left: 1rem;
}
.alert-note {
	padding: 1rem 1rem 1rem 2.75rem;
	border-radius: 4px;
	position: relative;
	line-height: 1.4;
	background: #f5f6fa;
	text-align: left;
}
.alert-note > .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.25rem;
	font-size: 1rem;
	width: 2.5rem;
	text-align: center;
	line-height: 1.3;
}
.alert-note.sm {
	padding: 0.5rem 0.75rem 0.5rem 2.25rem;
}
.alert-note.sm > .icon {
	width: 2rem;
}
.alert-note p,
.alert-note .note-text {
	font-size: 0.75rem;
	line-height: 1.5;
	display: block;
}
.alert-note.is-plain {
	padding: 0 0 0.5rem 1.125rem;
	background: transparent;
}
.alert-note.is-plain:last-child {
	padding-bottom: 0;
}
.alert-note.is-plain > .icon {
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 1.3;
	transform: translateY(1px);
	width: 1.125rem;
	text-align: left;
}
.alert li {
	line-height: 1.4;
}
.alert li + li {
	margin-top: 0.75rem;
}
.alert li.alert-icon {
	padding-left: 1.75rem;
	position: relative;
}
.alert li.alert-icon .icon {
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 1.125rem;
}
.alert li.alert-icon.centered {
	padding-left: 2rem;
}
.alert li.alert-icon.centered .icon {
	top: 50%;
	transform: translateY(-50%);
	margin-top: -2px;
	font-size: 1.25rem;
}
.dot {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}
.dot-label:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: #fff;
	content: "";
	transform: scale(0.65);
}
.dot.sq {
	border-radius: 3px;
}
.dot.sq:after {
	border-radius: 3px;
}
.dot-xs {
	height: 4px;
	width: 4px;
}
.dot-sm {
	height: 6px;
	width: 6px;
}
.dot-md {
	height: 8px;
	width: 8px;
}
.dot-rg {
	height: 10px;
	width: 10px;
}
.dot-lg {
	height: 12px;
	width: 12px;
}
.dot-xl {
	height: 16px;
	width: 16px;
}
.dot-primary {
	background: #0de7b2;
}
.dot-secondary {
	background: #364a63;
}
.dot-success {
	background: #1ee0ac;
}
.dot-info {
	background: #088b6b;
}
.dot-warning {
	background: #f4bd0e;
}
.dot-danger {
	background: #e85347;
}
.dot-dark {
	background: #1c2b46;
}
.dot-gray {
	background: #8091a7;
}
.dot-light {
	background: #e5e9f2;
}
.dot-lighter {
	background: #f5f6fa;
}
.list:not(:last-child) {
	margin-bottom: 1rem;
}
.list li {
	position: relative;
	padding-left: 1.5rem;
	line-height: 1.5rem;
}
.list li:not(:last-child) {
	padding-bottom: 0.5rem;
}
.list li:before {
	position: absolute;
	left: 0;
	font-size: 14px;
	line-height: 1.5rem;
	font-family: "Nioicon";
	content: "";
}
.list li span {
	color: #8094ae;
}
.list li ul {
	margin-top: 0.5rem;
}
.list-checked li:before {
	color: #0de7b2;
	content: "";
}
.list-checked-circle li:before {
	color: #0de7b2;
	content: "";
}
.list-cross li:before {
	color: rgba(232, 83, 71, 0.8);
	content: "";
}
.list-status {
	list-style: none;
	line-height: 1.3;
}
.list-status li {
	display: inline-flex;
	align-items: center;
	padding-right: 1rem;
	vertical-align: middle;
}
.list-status .icon {
	margin-right: 0.375rem;
	line-height: 1.3;
}
.list-lg li {
	padding-left: 2rem;
}
.list-lg li:not(:last-child) {
	padding-bottom: 0.75rem;
}
.list-lg li:before {
	font-size: 1.35rem;
}
.list-sm li {
	padding-left: 1.2rem;
}
.list-sm li:not(:last-child) {
	padding-bottom: 0.35rem;
}
.list-sm li:before {
	font-size: 12px;
}
.list-step li {
	color: #8094ae;
	font-weight: 500;
}
.list-step li:before {
	content: "";
}
.list-step li.list-step-current {
	color: #364a63;
}
.list-step li.list-step-current:before {
	content: "";
	color: #0de7b2;
}
.list-step li.list-step-done {
	color: #526484;
}
.list-step li.list-step-done:before {
	content: "";
	color: #1ee0ac;
}
.list-plain a {
	color: #526484;
	display: block;
	line-height: 1.3;
	padding: 0.5rem 0;
}
.list-plain a:hover {
	color: #0de7b2;
}
.list-category a {
	font-weight: 500;
}
.list-download li > a {
	display: inline-block;
	padding: 0.25rem;
}
.list-download li > a > .icon {
	margin: 0 0.25rem;
	font-size: 1.25rem;
}
.list-primary li:before {
	color: #0de7b2;
}
.list-secondary li:before {
	color: #364a63;
}
.list-success li:before {
	color: #1ee0ac;
}
.list-info li:before {
	color: #088b6b;
}
.list-warning li:before {
	color: #f4bd0e;
}
.list-danger li:before {
	color: #e85347;
}
.list-dark li:before {
	color: #1c2b46;
}
.list-gray li:before {
	color: #8091a7;
}
.list-light li:before {
	color: #e5e9f2;
}
.list-lighter li:before {
	color: #f5f6fa;
}
.link-btn {
	padding-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	line-height: 1.25rem;
}
.link-bdr-t,
.link-check + .link-check,
.link-tidy li + li,
.link-list + .link-list,
.link-list.is-grouped li + li,
.link-list-opt li + li,
.link-list-plain li + li {
	border-top: 1px solid #e5e9f2;
}
.link-bdr-b {
	border-bottom: 1px solid #e5e9f2;
}
.link-pd-sm,
.link-tidy.sm li,
.link-list-plain.sm a {
	padding: 6px 1rem;
}
.link-act-check:after,
.link-check li.active > a:after,
.link-check li a.active:after,
.link-list-opt li.active > a:after,
.link-list-opt a.active:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	font-family: "Nioicon";
}
.link-check {
	padding: 0.5rem 0;
}
.link-check li {
	display: block;
}
.link-check li span,
.link-check li a {
	display: block;
	line-height: 1.25rem;
	padding: 0.35rem 1rem;
}
.link-check li span {
	text-transform: uppercase;
	color: #364a63;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}
.link-check li a {
	color: #526484;
	font-size: 13px;
	position: relative;
}
.link-check li a:hover {
	color: #0de7b2;
	background: #f5f6fa;
}
.link-tidy.no-bdr {
	padding: 0.5rem 0;
}
.link-tidy.no-bdr li:not(.divider) {
	border-top-width: 0;
}
.link-tidy .divider {
	margin: 0.5rem 0;
}
.link-tidy li {
	position: relative;
	padding: 0.625rem 1.1rem;
	line-height: 1.3rem;
}
.link-list {
	padding: 0.75rem 0;
}
.link-list a {
	display: flex;
	align-items: center;
	color: #526484;
	font-size: 13px;
	line-height: 1.4rem;
	font-weight: 500;
	padding: 0.575rem 0;
	position: relative;
	cursor: pointer;
}
.link-list a:hover {
	color: #0de7b2;
}
.link-list a .icon {
	font-size: 1.125rem;
	width: 1.5rem;
	line-height: 1;
}
.link-list.is-grouped {
	border: 1px solid #e5e9f2;
	border-radius: 4px;
	padding: 0;
	background: #fff;
}
.link-list.is-grouped.stretched {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
.link-list.is-grouped a {
	padding: 0.85rem 1.25rem;
	font-size: 14px;
}
.link-list.is-grouped a > .icon {
	margin-right: 0.65rem;
	margin-top: -3px;
	margin-bottom: -2px;
	width: 1.75rem;
}
.link-list.is-grouped a .more {
	display: inline-block;
	margin-left: auto;
	line-height: 1;
	text-align: right;
}
@media (min-width: 576px) {
	.link-list.is-grouped.stretched {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		margin-bottom: -1.25rem;
	}
	.link-list.is-grouped.stretched:first-child {
		border-top: 0;
	}
	.link-list.is-grouped.stretched:last-child {
		border-bottom: 0;
	}
	.link-list.is-grouped.stretched a {
		padding: 1rem 1.5rem;
	}
}
.link-list-opt.no-bdr {
	padding: 0.5rem 0;
}
.link-list-opt.no-bdr li:not(.divider) {
	border-top-width: 0;
}
.link-list-opt .divider {
	margin: 0.5rem 0;
}
.link-list-opt a {
	display: flex;
	align-items: center;
	padding: 0.625rem 1.25rem;
	font-size: 12px;
	font-weight: 500;
	color: #526484;
	transition: all 0.4s;
	line-height: 1.3rem;
	position: relative;
	cursor: pointer;
}
.link-list-opt a:hover {
	color: #0de7b2;
	background: #f5f6fa;
}
.link-list-opt a .icon {
	font-size: 1.125rem;
	width: 1.75rem;
	opacity: 0.8;
}
.link-list-opt li.disabled > a,
.link-list-opt a.disabled {
	pointer-events: none;
	color: #8094ae;
	opacity: 0.7;
}
.link-list-opt .opt-head {
	padding: 0.25rem 1.25rem;
	color: #8094ae;
}
.link-list-opt.ui-v2 a {
	font-weight: 400;
}
.link-list-opt.no-bdr + .link-check {
	margin-top: -0.75rem;
}
.link-list-opt.ui-colored li.active > a,
.link-list-opt.ui-colored a.active {
	color: #0de7b2;
}
.link-list-menu {
	padding: 0.75rem 0;
}
.link-list-menu .divider {
	margin: 0.5rem 0;
}
.link-list-menu a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.75rem 1.25rem;
	font-weight: 500;
	color: #526484;
	transition: all 0.4s;
	line-height: 1.3rem;
	cursor: pointer;
}
.link-list-menu a:after {
	position: absolute;
	font-size: 1rem;
	right: 1.25rem;
	font-family: "Nioicon";
	content: "";
	color: #8094ae;
	transition: 0.3s ease;
}
.link-list-menu a .icon {
	font-size: 1.125rem;
	width: 1.75rem;
	opacity: 0.8;
	color: #8094ae;
	margin-top: -2px;
}
.link-list-menu li.active > a,
.link-list-menu a.active,
.link-list-menu a:hover,
.link-list-menu li.active > a .icon,
.link-list-menu a.active .icon,
.link-list-menu a:hover .icon,
.link-list-menu li.active > a:after,
.link-list-menu a.active:after,
.link-list-menu a:hover:after {
	color: #0de7b2;
}
.link-list-menu.nav {
	display: block;
}
.link-list-menu.nav-tabs {
	border-bottom: 0;
}
@media (min-width: 576px) {
	.link-list-menu a {
		padding: 1rem 1.5rem;
	}
}
.link-list-plain.no-bdr {
	padding: 0.5rem 0;
}
.link-list-plain.no-bdr li {
	border-top-width: 0;
}
.link-list-plain a {
	display: flex;
	align-items: center;
	padding: 0.5rem 1.25rem;
	color: #526484;
	transition: all 0.4s;
	line-height: 1.4rem;
	position: relative;
	cursor: pointer;
}
.link-list-plain a:hover {
	color: #0de7b2;
	background: #f5f6fa;
}
.link-list-plain a .icon {
	font-size: 1.125rem;
	width: 1.75rem;
	opacity: 0.8;
	color: #0de7b2;
}
.link-list-plain.li-col2x > li {
	border-right: 1px solid #e5e9f2;
	border-bottom: 1px solid #e5e9f2;
	border-top: 0;
}
.link-list-plain.li-col2x > li > a {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.text-center .link-list-plain.li-col2x > li > a {
	justify-content: center;
}
.link-list-plain.li-col2x > li:nth-child(2n) {
	border-right: none;
}
.link-list-plain.li-col3x > li {
	border-right: 1px solid #e5e9f2;
	border-bottom: 1px solid #e5e9f2;
	border-top: 0;
}
.link-list-plain.li-col3x > li > a {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.text-center .link-list-plain.li-col3x > li > a {
	justify-content: center;
}
.link-list-plain.li-col3x > li:nth-child(3n) {
	border-right: none;
}
.link-list-plain.li-col4x > li {
	border-right: 1px solid #e5e9f2;
	border-bottom: 1px solid #e5e9f2;
	border-top: 0;
}
.link-list-plain.li-col4x > li > a {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.text-center .link-list-plain.li-col4x > li > a {
	justify-content: center;
}
.link-list-plain.li-col4x > li:nth-child(4n) {
	border-right: none;
}
.passcode-icon {
	display: none;
}
.passcode-icon.icon-show {
	display: block;
}
.is-shown .passcode-icon.icon-show {
	display: none;
}
.is-hidden .passcode-icon.icon-show {
	display: block;
}
.is-shown .passcode-icon.icon-hide {
	display: block;
}
.is-hidden .passcode-icon.icon-hide {
	display: none;
}
.form-dropdown {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #8094ae;
}
.form-dropdown > div > span {
	margin: 0 0.5rem;
}
.form-dropdown .dropdown > a {
	display: inline-flex;
}
.form-dropdown + .form-control-number {
	padding-right: 7.5rem;
}
.form-clip,
.form-text-hint {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	display: flex;
	align-items: center;
	color: #0de7b2;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	background: #fff;
	border-radius: 4px;
}
.form-clip-lg,
.form-text-hint-lg {
	padding-right: 1rem;
}
.form-clip .icon + span,
.form-clip span + .icon,
.form-text-hint .icon + span,
.form-text-hint span + .icon {
	margin-left: 0.25rem;
}
.form-clip > span,
.form-text-hint > span {
	color: #8094ae;
	font-size: 12px;
}
.form-clip .currency,
.form-text-hint .currency {
	font-weight: 500;
	letter-spacing: 0.1rem;
	font-size: 0.875rem;
	color: #364a63;
}
.form-text-hint + .form-control {
	padding-right: 2.75rem;
}
.form-text-hint + .form-control-lg {
	padding-right: 3.75rem;
}
.form-dropdown .currency,
.form-text-hint .currency {
	font-weight: 500;
	letter-spacing: 0.1rem;
	font-size: 0.875rem;
	color: #8094ae;
}
.nk-upload-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.125rem + 2px);
	margin: 0;
	opacity: 0;
}
.nk-upload-label {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem;
	width: 100%;
	min-height: 150px;
	border-radius: 4px;
	border: 1px dashed #e5e9f2;
	padding-bottom: 0;
}
.nk-upload-init {
	display: block;
	text-align: center;
}
.nk-upload-files {
	padding-top: 2rem;
	display: flex;
	justify-content: center;
	margin: -0.5rem;
	padding-bottom: 2rem;
}
.nk-upload-files li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0.5rem;
}
.nk-upload-files li img {
	width: 60px;
	flex-shrink: 0;
	border-radius: 4px;
}
.is-multiple .nk-upload-files li img {
	width: 40px;
}
.is-multiple .nk-upload-files li .nk-upload-name {
	display: none;
}
.nk-upload-name {
	margin: 0.5rem 0 0;
	color: #526484;
	font-size: 0.8125rem;
	font-weight: 500;
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nk-upload-response {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
}
.nk-upload-response .message {
	font-size: 12px;
	color: #8094ae;
}
.nk-upload-response .message + .icon {
	margin-left: 0.5rem;
}
.nk-upload-response .icon:after {
	font-family: "Nioicon";
}
.nk-upload-response .icon + .message {
	margin-left: 0.5rem;
}
.nk-upload-response.invalid .icon {
	color: #f4bd0e;
}
.nk-upload-response.invalid .icon:after {
	content: "";
}
.nk-upload-response.valid .icon {
	color: #1ee0ac;
}
.nk-upload-response.valid .icon:after {
	content: "";
}
.nk-upload-response.error .icon {
	color: #e85347;
}
.nk-upload-response.error .icon:after {
	content: "";
}
.nk-upload-foot {
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed #e5e9f2;
	padding: 1rem 1.25rem;
	margin: 0 -1.5rem;
}
.nk-upload-foot > span,
.nk-upload-foot > button {
	margin: 0.25rem;
}
.form-editor-custom textarea {
	border-radius: 4px 4px 0 0;
}
.form-editor-action {
	border: 1px solid #dbdfea;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	padding: 0.25rem 0.5rem;
}
.form-editor-action > .link {
	padding: 0.5rem;
}
.form-editor-action > .link.collapsed {
	color: #8094ae;
}
.form-editor-action > .link .icon {
	margin-right: 0.25rem;
}
.form-editor-btn-group,
.form-btn-group {
	display: flex;
	align-items: center;
	margin: -0.25rem;
	flex-wrap: wrap;
}
.form-editor-btn-group li,
.form-btn-group li {
	padding: 0.25rem;
	line-height: 0.5rem;
}
.form-btn-group li:first-child {
	margin-right: 0.5rem;
}
.form-btn-secondary {
	margin-left: auto;
}
.upload-zone {
	text-align: center;
}
.page-title {
	font-family: Roboto;
	font-size: 1.5rem;
	font-weight: 500;
}
.page-title-sub + .page-title {
	padding-top: 0.25rem;
}
.page-title > a {
	color: #364a63;
}
.page-title > a:hover {
	color: #526484;
}
@media (min-width: 992px) {
	.page-title {
		font-size: 1.75rem;
	}
}
.overline-title {
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #8094ae;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.overline-title.lg {
	font-size: 13px;
	line-height: 1.3;
}
.text-light .overline-title {
	color: #8094ae;
}
.is-dark .overline-title {
	color: #b7c2d0;
}
.overline-title-alt {
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.15em;
	font-size: 11px;
	color: #8094ae;
	text-transform: uppercase;
}
.overline-title-alt.lg {
	font-size: 13px;
	line-height: 1.3;
}
.is-dark .overline-title-alt {
	color: #8094ae;
}
.overline-title-sap {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0.35rem;
	padding-right: 0.25rem;
	color: #b6c6e3;
}
.overline-title-sap:before,
.overline-title-sap:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	content: "";
	background: #b6c6e3;
}
.overline-title-sap:before {
	right: 100%;
}
.overline-title-sap:after {
	left: 100%;
}
.caption-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
.caption-text + .sub-text,
.caption-text + .sub-text-sm {
	margin-top: 0.5rem;
	display: block;
}
.lead-text {
	font-size: 0.875rem;
	font-weight: 700;
	color: #364a63;
	display: block;
}
.lead-text + .sub-text {
	font-size: 12px;
}
.lead-text span {
	color: #526484;
	font-weight: 400;
}
.lead-text-lg {
	font-size: 1.125rem;
	font-weight: 500;
	color: #364a63;
	display: block;
}
.is-dark .lead-text {
	color: #b7c2d0;
}
.is-dark .lead-text span {
	color: #8091a7;
}
.is-theme .is-light .lead-text,
.is-dark .is-light .lead-text {
	color: #364a63;
}
.is-theme .is-light .lead-text span,
.is-dark .is-light .lead-text span {
	color: #526484;
}
.sub-text {
	display: block;
	font-size: 13px;
	color: #8094ae;
}
.sub-text span + .dot,
.sub-text .dot + span {
	margin-left: 0.25rem;
}
.sub-text-sm,
.sub-text + .sub-text {
	font-size: 12px;
}
.sub-text-sm {
	color: #8094ae;
}
.is-theme .sub-text-sm {
	color: #6cbbf7;
}
.is-theme .is-light .sub-text-sm {
	color: #8094ae;
}
.text-ellipsis .sub-text {
	display: inline;
}
.sub-text strong {
	color: #526484;
	font-weight: 700;
}
.sub-text span {
	white-space: nowrap;
}
.text-date span {
	color: #526484;
}
h6 .badge {
	margin-left: 0.5rem;
}
.fs-9px {
	font-size: 9px;
}
.fs-10px {
	font-size: 10px;
}
.fs-11px {
	font-size: 11px;
}
.fs-12px {
	font-size: 12px;
}
.fs-13px {
	font-size: 13px;
}
.fs-14px {
	font-size: 14px;
}
.fs-15px {
	font-size: 15px;
}
.fs-16px {
	font-size: 16px;
}
.fs-17px {
	font-size: 17px;
}
.fs-18px {
	font-size: 18px;
}
.fs-19px {
	font-size: 19px;
}
.fs-20px {
	font-size: 20px;
}
.fs-21px {
	font-size: 21px;
}
.fs-22px {
	font-size: 22px;
}
.note-text {
	font-size: 12px;
	font-style: italic;
	color: #8094ae;
}
.card .table {
	margin-bottom: 0;
}
.card .table tr:first-child th,
.card .table tr:first-child td {
	border-top: none;
}
.card .table tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}
.card .table tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}
.card .table tr:first-child th:first-child {
	border-top-left-radius: 4px;
}
.card .table tr:first-child th:last-child {
	border-top-right-radius: 4px;
}
.card + .lead-text {
	margin-top: 2rem;
}
.lead-text + .card {
	margin-top: 1rem;
}
.card-custom-s1 .card-inner-group .card-inner {
	border-bottom: 1px solid #dbdfea;
}
.card .card-inner-group .card-inner.bg-lighter {
	background: rgba(235, 238, 242, 0.3) !important;
}
.card-action {
	margin-top: 1.5rem;
}
.card-foot {
	margin-top: 1.5rem;
	font-size: 0.75rem;
	font-style: italic;
}
@media (max-width: 991.98px) {
	.card-custom-s1 .card-inner-lg {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 992px) {
	.card-custom-s1 .card-inner-group {
		border-right: 1px solid #dbdfea;
	}
	.card-custom-s1 .card-inner-group .card-inner:last-child {
		border-bottom: none;
	}
}
@media (min-width: 576px) {
	.card-search .card-body {
		padding: 1.5rem;
	}
}
.card-title .subtitle {
	color: #8094ae;
	font-size: 14px;
	font-weight: 500;
}
.card-amount .amount {
	font-size: 1.5rem;
	color: #364a63;
	font-weight: 500;
}
.card-amount .amount-sm {
	font-size: 0.9375rem;
	font-weight: 500;
}
.card-amount .amount + .amount {
	display: block;
	line-height: 1;
	font-weight: 400;
	color: #364a63;
}
.card-amount .amount span {
	color: #526484;
}
.card-amount .amount small,
.card-amount .amount-sm small {
	color: #8094ae;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.card-amount .amount {
		font-size: 1.2rem;
		font-weight: 500;
	}
	.card-amount .amount span {
		font-weight: 400;
	}
	.card-amount .change {
		font-size: 12px;
	}
}
.card-stats {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.card-stats-data {
	margin-right: 20px;
	flex-grow: 1;
}
.card-stats-data .title {
	font-size: 11px;
	color: #8094ae;
	text-transform: uppercase;
	margin-bottom: 0.125rem;
	letter-spacing: 0.1em;
}
.card-stats-data .amount {
	font-size: 0.9375rem;
	line-height: 1.2;
	color: #364a63;
}
.card-stats-data .amount.lg {
	font-size: 1.25rem;
}
.card-stats-data .amount span {
	color: #526484;
}
.card-stats-data .amount .change {
	font-size: 0.8125rem;
}
.card-stats-group {
	display: flex;
	flex-shrink: 0;
	flex-grow: 1;
}
.card-stats-ck {
	flex-grow: 1;
	height: 50px;
	width: 100px;
	margin-bottom: 0.125rem;
}
.card-stats-ck-label {
	margin-top: 0.5rem;
	display: flex;
	justify-content: space-between;
}
.card-stats-ck-full {
	width: 100%;
	height: 80px;
}
.card-stats-ck.sm {
	flex-grow: 0;
	width: 80px;
}
.card-chart {
	height: 100px;
	margin-bottom: -1px;
}
.card-chart.sm {
	height: 70px;
}
.card-chart.lg {
	height: 135px;
}
@media (min-width: 575px) and (max-width: 600px),
	(min-width: 768px) and (max-width: 1539px),
	(max-width: 375px) {
	.card-stats {
		margin-top: 0.75rem;
	}
	.card-stats-group {
		flex-wrap: wrap;
		flex-shrink: 1;
	}
	.card-stats-ck {
		height: 68px;
		width: 140px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.card-stats-data .amount {
		font-size: 0.75rem;
		font-weight: 700;
	}
	.card-stats-data .amount span {
		font-weight: 400;
	}
}
.card-graph {
	position: relative;
	height: 50px;
	margin-bottom: 0.5rem;
}
.card-graph:last-child {
	margin-bottom: 0;
}
.card-graph.lg {
	height: 100px;
}
.card-graph.md {
	height: 75px;
}
.card-aside {
	width: 300px;
	background-color: #fff;
	min-height: calc(100vh - 282px);
	flex-shrink: 0;
}
.card-aside.content-active {
	min-height: 100vh;
}
.card-aside-left {
	order: -1;
	border-right: 1px solid #e5e9f2;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.card-aside-right {
	order: 100;
	border-left: 1px solid #e5e9f2;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.card-aside-wrap {
	display: flex;
}
.card-aside-wrap .card-inner,
.card-aside-wrap .card-content {
	flex-grow: 1;
}
@media (max-width: 767.98px) {
	.toggle-break-md.card-aside .card-inner-group {
		max-height: 100vh;
	}
}
@media (max-width: 991.98px) {
	.toggle-break-lg.card-aside .card-inner-group {
		max-height: 100vh;
	}
}
@media (max-width: 1199.98px) {
	.toggle-break-xl.card-aside .card-inner-group {
		max-height: 100vh;
	}
}
@media (max-width: 1539.98px) {
	.toggle-break-xxl.card-aside .card-inner-group {
		max-height: 100vh;
	}
}
@media (min-width: 992px) {
	.card-aside {
		position: static;
		display: block;
	}
}
@media (min-width: 1540px) {
	.card-aside {
		width: 380px;
	}
}
.user-avatar,
[class^="user-avatar"]:not([class*="-group"]) {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #0894ff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	flex-shrink: 0;
	position: relative;
}
.user-avatar + .user-info,
[class^="user-avatar"]:not([class*="-group"]) + .user-info {
	margin-left: 1rem;
}
.user-avatar + .user-name,
[class^="user-avatar"]:not([class*="-group"]) + .user-name {
	margin-left: 0.75rem;
}
.user-avatar img,
[class^="user-avatar"]:not([class*="-group"]) img {
	border-radius: 50%;
}
.user-avatar.md + .user-info,
[class^="user-avatar"]:not([class*="-group"]).md + .user-info {
	margin-left: 1.5rem;
}
.user-avatar.md + .user-name,
[class^="user-avatar"]:not([class*="-group"]).md + .user-name {
	margin-left: 1.25rem;
}
.user-avatar .edit,
[class^="user-avatar"]:not([class*="-group"]) .edit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: rgba(31, 43, 58, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.user-avatar:hover .edit,
[class^="user-avatar"]:not([class*="-group"]):hover .edit {
	opacity: 1;
}
.user-avatar .status,
[class^="user-avatar"]:not([class*="-group"]) .status {
	border: 2px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.user-avatar-multiple {
	background-color: transparent !important;
}
.user-avatar-multiple .user-avatar {
	position: absolute;
	height: 70%;
	width: 70%;
	font-size: 80%;
	border: 2px solid #fff;
}
.user-avatar-multiple .user-avatar:nth-child(1) {
	top: 0;
	right: 0;
}
.user-avatar-multiple .user-avatar:nth-child(2) {
	bottom: 0;
	left: 0;
}
.user-card .user-avatar.d-none {
	margin-right: 1rem;
}
.user-card .user-avatar.d-none + .user-info,
.user-card .user-avatar.d-none + .user-name {
	margin-left: 0;
}
.user-avatar-xl,
.user-avatar.xl {
	height: 110px !important;
	width: 110px !important;
	font-size: 40px !important;
	font-weight: 400 !important;
}
.user-avatar-lg,
.user-avatar.lg {
	height: 80px !important;
	width: 80px !important;
	font-size: 28px !important;
	font-weight: 400 !important;
}
.user-avatar-md,
.user-avatar.md {
	height: 60px !important;
	width: 60px !important;
	font-size: 18px !important;
}
.user-avatar-sm,
.user-avatar.sm {
	height: 32px !important;
	width: 32px !important;
	font-size: 12px !important;
}
.user-avatar-xs,
.user-avatar.xs {
	height: 26px !important;
	width: 26px !important;
	font-size: 9px !important;
	font-weight: 700;
}
.user-avatar[class*="-blue-dim"] {
	color: #559bfb;
}
.user-avatar[class*="-azure-dim"] {
	color: #1676fb;
}
.user-avatar[class*="-indigo-dim"] {
	color: #2c3782;
}
.user-avatar[class*="-purple-dim"] {
	color: #816bff;
}
.user-avatar[class*="-pink-dim"] {
	color: #ff63a5;
}
.user-avatar[class*="-orange-dim"] {
	color: #ffa353;
}
.user-avatar[class*="-teal-dim"] {
	color: #20c997;
}
.user-avatar[class*="-primary-dim"] {
	color: #0de7b2;
}
.user-avatar[class*="-secondary-dim"] {
	color: #364a63;
}
.user-avatar[class*="-success-dim"] {
	color: #1ee0ac;
}
.user-avatar[class*="-info-dim"] {
	color: #088b6b;
}
.user-avatar[class*="-warning-dim"] {
	color: #f4bd0e;
}
.user-avatar[class*="-danger-dim"] {
	color: #e85347;
}
.user-avatar[class*="-dark-dim"] {
	color: #1f2b3a;
}
.user-avatar[class*="-gray-dim"] {
	color: #8091a7;
}
.user-avatar[class*="-lighter"] {
	color: #8094ae;
}
.user-avatar[class*="-light"] {
	color: #526484;
}
.user-card {
	display: flex;
	align-items: center;
}
.user-card-wrap {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}
.user-card .user-info {
	color: #8094ae;
}
.user-card .user-info .badge + h5 {
	margin-top: 0.5rem;
}
.user-card-menu {
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.user-toggle {
	display: flex;
	align-items: center;
	padding: 0 1px 1px;
}
.user-status {
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding-top: 0.125rem;
	padding-bottom: 0.375rem;
}
.user-status-unverified {
	color: #e85347;
}
.user-status-verified {
	color: #1ee0ac;
}
.user-name {
	color: #526484;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}
.is-dark .user-name {
	color: #90a1b8;
}
.user-action {
	margin-left: auto;
	font-size: 20px;
	color: #8094ae;
}
.user-account-info {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}
.user-account-data li {
	display: flex;
	justify-content: space-between;
	padding: 0.125rem 0;
}
.user-account-actions:not(:first-child) {
	margin-top: 1.5rem;
}
.user-account-actions ul {
	display: flex;
}
.user-account-actions ul li {
	width: 44%;
}
.user-account-actions ul li:last-child {
	width: 56%;
}
.user-account-actions .btn {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.04em;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-transform: uppercase;
}
.user-account-links {
	padding: 1rem 0;
	border-bottom: 1px solid #e5e9f2;
}
.user-account-info .user-account-links:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.user-account-info + .user-account-links {
	padding-top: 0;
	margin-top: -0.5rem;
}
.user-account-links a:link {
	padding: 0.5rem 0;
	display: flex;
}
.user-account-value {
	display: inline-flex;
}
.user-balance {
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.125rem 0 0.375rem;
	color: #0de7b2;
	font-weight: 500;
}
.user-balance span {
	font-weight: 400;
}
.user-balance small {
	font-size: 1rem;
}
.user-balance-alt {
	font-size: 15px;
	color: #526484;
	font-weight: 700;
}
.user-balance-alt span {
	font-weight: 400;
}
.user-balance-sub {
	font-size: 13px;
	color: #8094ae;
}
.user-balance-sub span {
	color: #526484;
}
.user-balance-sub + a {
	margin-top: 1rem;
}
.user-card-s2 {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 0.5rem;
}
.user-card-s2 .user-avatar {
	margin: 0 auto;
}
.user-card-s2 .user-info {
	margin: 1.25rem 0 0 !important;
}
.user-card-s2 .user-info .sub-text {
	justify-content: center;
}
.user-card-s2 .user-info .badge {
	margin-bottom: 1rem;
}
.user-card-s2 .user-info .badge + h5 {
	margin-top: 0rem;
}
.data-list:not(:first-child) {
	margin-top: 1.5rem;
}
.data-item {
	position: relative;
	padding: 1rem 1.25rem;
	display: flex;
	align-items: center;
}
.data-item .icon {
	color: #8094ae;
	text-align: center;
	height: 32px;
	vertical-align: middle;
}
.data-item:not(:last-child) {
	border-bottom: 1px solid #e5e9f2;
}
.data-item[data-toggle] {
	cursor: pointer;
}
.data-item:hover .data-label {
	color: #526484;
}
.data-item:hover .data-value,
.data-item:hover .icon {
	color: #364a63;
}
.data-head {
	padding: 0.5rem 1.25rem;
	margin-bottom: 0.25rem;
	background-color: #ebeef2;
	border-radius: 4px;
}
.data-head.is-plain {
	margin-bottom: 0;
	background-color: transparent;
}
.data-head.is-plain:first-child {
	margin-top: 1rem;
}
.data-head .title {
	color: #526484;
}
.data-col {
	flex-grow: 1;
}
.data-col span {
	display: inline-block;
	transition: color 0.3s;
}
.data-col-end {
	flex-grow: 0;
	margin-left: auto;
}
.data-label {
	color: #8094ae;
	width: 100%;
	flex-shrink: 0;
}
.data-value {
	color: #526484;
	font-size: 0.9375rem;
}
.data-more {
	position: relative;
	z-index: 4;
	text-align: center;
	line-height: 28px;
	height: 28px;
	width: 28px;
	display: inline-block;
}
.data-more:before {
	position: absolute;
	z-index: -1;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	content: "";
	background-color: #e5e9f2;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s;
}
.data-item:hover .data-more:before {
	opacity: 1;
	height: 40px;
	width: 40px;
}
.data-more.disable:before {
	display: none;
}
.data-list-s2:not(:first-child) {
	margin-top: 1rem;
}
.data-list-s2 .data-item,
.data-list-s2 .data-head {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
}
.data-list-s2 .data-head {
	border-bottom: 1px solid #dbdfea;
}
.data-list-s2 .data-item:not(:last-child) {
	border-bottom-color: #dbdfea;
}
.data-list-s2 .data-label {
	color: #526484;
}
.data-list-s2 .data-placeholder {
	color: #8094ae;
}
@media (min-width: 768px) {
	.data-list:not(:first-child) {
		margin-top: 2rem;
	}
	.data-list-s2:not(:first-child) {
		margin-top: 1.25rem;
	}
	.data-item {
		padding: 1.5rem 1.25rem;
	}
	.data-col {
		display: flex;
		align-items: center;
	}
	.data-col-end {
		width: 200px;
		text-align: right;
		justify-content: flex-end;
	}
	.data-label:not([class^="w-"]) {
		width: 50%;
	}
}
@media (min-width: 1200px) and (max-width: 1359px) {
	.card-aside-wrap .data-list .data-col {
		flex-wrap: wrap;
	}
	.card-aside-wrap .data-list .data-label {
		width: 100%;
	}
}
.is-compact .data-item {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.icon-light {
	color: #fff;
}
.icon-dark {
	color: #364a63;
}
.icon-text {
	display: flex;
	align-items: center;
	font-size: 13px;
}
.icon-text .icon {
	font-size: 1.5em;
	width: 1.75rem;
}
.icon-image {
	width: 70px;
}
.icon-image + h6 {
	margin-top: 1rem;
}
.icon-circle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #0de7b2;
	color: #fff;
	font-size: 18px;
	height: 36px;
	width: 36px;
}
.icon-circle-sm,
.icon-circle.sm {
	height: 20px;
	width: 20px;
	font-size: 12px;
}
.icon-circle-md,
.icon-circle.md {
	height: 28px;
	width: 28px;
	font-size: 14px;
}
.icon-circle-lg,
.icon-circle.lg {
	height: 44px;
	width: 44px;
	font-size: 24px;
}
.icon-circle-xxl,
.icon-circle.xxl {
	height: 80px;
	width: 80px;
	font-size: 40px;
}
.icon-status {
	position: relative;
	display: inline-flex;
}
.icon-status:after {
	position: absolute;
	border-radius: 50%;
	right: 0;
	top: 1px;
	height: 10px;
	width: 10px;
	border: 2px solid #fff;
	content: "";
}
.icon-status-info:after {
	background: #088b6b;
}
.icon-status-danger:after {
	background: #e85347;
}
.icon-status-success:after {
	background: #1ee0ac;
}
.icon-status-warning:after {
	background: #f4bd0e;
}
.icon-status-on:after {
	background: #1ee0ac;
}
.icon-status-off:after {
	background: #8094ae;
}
.icon-status-na:after {
	display: none;
}
.icon-overlap {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	flex-shrink: 0;
	margin: -1px;
}
.icon-overlap li {
	border-radius: 50%;
	border: 2px solid #fff;
}
.icon-overlap li + li {
	margin-right: -14px;
}
.icon-overlap-alt {
	display: inline-flex;
	align-items: flex-end;
	flex-shrink: 0;
}
.icon-overlap-alt li {
	border-radius: 50%;
}
.icon-overlap-alt li + li {
	margin-left: -16px;
	margin-bottom: -10px;
}
.icon-circle[class*="btc"] {
	background: #f9841e;
}
.icon-circle[class*="facebook"] {
	background: #3b5998;
}
.icon-circle[class*="google"] {
	background: #de5246;
}
.icon-circle[class*="btc-dim"] {
	background: #feefe2;
}
.icon-circle[class*="eth-dim"] {
	background: #eaedf6;
}
.icon-circle[class*="white"] {
	background: #fff;
}
.icon[class*="bg-blue-dim"] {
	color: #559bfb;
}
.icon[class*="bg-azure-dim"] {
	color: #1676fb;
}
.icon[class*="bg-indigo-dim"] {
	color: #2c3782;
}
.icon[class*="bg-purple-dim"] {
	color: #816bff;
}
.icon[class*="bg-pink-dim"] {
	color: #ff63a5;
}
.icon[class*="bg-orange-dim"] {
	color: #ffa353;
}
.icon[class*="bg-teal-dim"] {
	color: #20c997;
}
.icon[class*="bg-primary-dim"] {
	color: #0de7b2;
}
.icon[class*="bg-secondary-dim"] {
	color: #364a63;
}
.icon[class*="bg-success-dim"] {
	color: #1ee0ac;
}
.icon[class*="bg-info-dim"] {
	color: #088b6b;
}
.icon[class*="bg-warning-dim"] {
	color: #f4bd0e;
}
.icon[class*="bg-danger-dim"] {
	color: #e85347;
}
.icon[class*="bg-light"] {
	color: #526484;
}
.icon[class*="bg-lighter"] {
	color: #8094ae;
}
.icon[class*="bg-dark-dim"] {
	color: #dde2ea;
}
.icon[class*="bg-gray-dim"] {
	color: #e9f0f9;
}
.icon[class*="bg-facebook-dim"] {
	color: #3b5998;
}
.icon[class*="bg-google-dim"] {
	color: #de5246;
}
.icon[class*="bg-btc-dim"] {
	color: #f9841e;
}
.icon[class*="bg-eth-dim"] {
	color: #6174b9;
}
.icon[class*="bg-white"] {
	color: #526484;
}
.icon-avatar {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	text-align: center;
	line-height: 1.5rem;
	border-radius: 50%;
	background: #addafc;
	color: #0894ff;
	margin-right: 0.5rem;
	font-size: 12px;
}
.icon-avatar-md {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 14px;
}
.tb-col-hide,
.tb-col-sm,
.tb-col-md,
.tb-col-lg,
.tb-col-xl,
.tb-col-xxl,
.tb-col-xs,
.tb-col-mb {
	display: none !important;
}
@media (min-width: 576px) {
	.tb-col-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) {
	.tb-col-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) {
	.tb-col-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.tb-col-xl {
		display: table-cell !important;
	}
}
@media (min-width: 1540px) {
	.tb-col-xxl {
		display: table-cell !important;
	}
}
@media (min-width: 359px) {
	.tb-col-xs {
		display: table-cell !important;
	}
}
@media (min-width: 414px) {
	.tb-col-mb {
		display: table-cell !important;
	}
}
.table-middle td,
.tb-row-middle td {
	vertical-align: middle;
}
.tb-col-end,
.tb-col-action {
	text-align: right;
}
.tb-col-middle {
	vertical-align: middle;
}
.tb-col-action .link-cross,
.tb-col-action .link-done {
	font-size: 1rem;
	text-align: center;
	line-height: 28px;
	height: 24px;
	width: 24px;
	display: inline-block;
	color: #8094ae;
	vertical-align: middle;
	border-radius: 12px;
}
.tb-col-action .link-cross .icon,
.tb-col-action .link-done .icon {
	padding-left: 1px;
}
.tb-col-action .link-cross:hover {
	color: #e85347;
	background: #fce7e5;
}
.tb-col-action .link-done:hover {
	color: #1ee0ac;
	background: #e0fbf3;
}
@media (max-width: 575.98px) {
	.table-ulogs th.tb-col-ip {
		display: none;
	}
	.table-ulogs tr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		position: relative;
		padding: 0.5rem 1.25rem;
	}
	.table-ulogs tr:not(:first-child) {
		border-top: 1px solid #dbdfea;
	}
	.table-ulogs tr td {
		padding: 0;
		border: 0;
	}
	.table-ulogs tr td:first-child,
	.table-ulogs tr td:last-child {
		padding: 0;
	}
	.table-ulogs tr td,
	.table-ulogs tr th {
		flex-grow: 1;
	}
	.table-ulogs tr td.tb-col-os {
		width: 100%;
	}
	.table-ulogs tr th.tb-col-os {
		width: 40%;
		min-width: 142px;
		flex-grow: 0;
	}
	.table-ulogs tr td.tb-col-ip {
		width: 40%;
		min-width: 130px;
		flex-grow: 0;
	}
	.table-ulogs tr .tb-col-action {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		padding: 0;
	}
	.table-ulogs thead tr {
		padding: 0;
	}
	.table-ulogs.table-plain tr {
		padding-left: 0;
		padding-right: 0;
	}
	.table-ulogs.table-plain tr .tb-col-action {
		right: 0;
	}
}
.toggle-content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 9;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
	transform: translateY(10px);
}
.toggle-content-right {
	left: auto;
	right: 0;
}
.toggle-content-bottom {
	top: auto;
	bottom: 0;
}
.toggle-content.content-active {
	transition: all 0.2s ease;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.toggle-slide {
	position: fixed;
	top: 0;
	z-index: 999;
	min-width: 260px;
	max-width: calc(100% - 40px);
	transition: transform 650ms ease;
}
.toggle-slide-left {
	left: 0;
	transform: translateX(-100%);
}
.toggle-slide-right {
	right: 0;
	transform: translateX(100%);
}
.toggle-slide.content-active {
	transform: translate(0) !important;
}
.toggle-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(31, 43, 58, 0.2);
	z-index: 900;
	animation: overlay-fade-in 0.4s ease 1;
}
.toggle-expand-content {
	display: none;
}
.toggle-expand-content.expanded {
	display: block;
}
.toggle-expand .inactive-text,
.toggle-opt .inactive-text {
	display: block;
}
.toggle-expand.active > .inactive-text,
.toggle-opt.active > .inactive-text {
	display: none;
}
.toggle-expand .active-text,
.toggle-opt .active-text {
	display: none;
}
.toggle-expand.active > .active-text,
.toggle-opt.active > .active-text {
	display: block;
}
body.toggle-shown {
	overflow: hidden;
}
@media (min-width: 576px) {
	.nk-block-tools-toggle .toggle-expand {
		display: none;
	}
	.nk-block-tools-toggle .toggle-expand-content {
		display: block !important;
	}
}
@media (max-width: 575.98px) {
	.nk-block-tools-toggle .toggle-expand-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 99;
		width: 100vw;
		padding: 0 18px !important;
		background: #fff;
		margin-left: -18px;
		margin-right: -18px;
		box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
	}
	.nk-block-tools-toggle .nk-block-tools {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.nk-block-tools-toggle .nk-block-tools-opt {
		margin-left: auto;
	}
}
@media (max-width: 575.98px) {
	.card-tools-toggle .card-title-group {
		position: static;
	}
	.card-tools-toggle .toggle-wrap .toggle-content {
		padding: 1.25rem 1rem;
		transform: translate(0);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.card-tools-toggle .toggle-wrap .toggle-close {
		margin-right: auto;
	}
	.card-tools-toggle .toggle-wrap .toggle-close .btn-trigger:before {
		opacity: 0;
	}
	.card-tools-toggle .toggle-wrap .toggle-close .btn-trigger:hover:before {
		opacity: 1;
	}
}
@media (min-width: 576px) {
	.card-tools-toggle {
		z-index: 9;
	}
	.card-tools-toggle .toggle-wrap .toggle {
		display: none;
	}
	.card-tools-toggle .toggle-wrap .toggle-content {
		z-index: 9;
		opacity: 1;
		visibility: visible;
		position: static;
		background: transparent;
		box-shadow: none;
		transform: translate(0);
	}
	.card-tools-toggle .toggle-wrap .toggle-close {
		display: none;
	}
}
@media (min-width: 576px) {
	.toggle-break-sm {
		transition: none;
		opacity: 1;
		visibility: visible;
		transform: translateY(0) !important;
		position: static;
		background: transparent;
		box-shadow: none;
		z-index: 1 !important;
	}
	.toggle-break-sm.collapse {
		display: block;
	}
}
@media (min-width: 768px) {
	.toggle-break-md {
		transition: none;
		opacity: 1;
		visibility: visible;
		transform: translateY(0) !important;
		position: static;
		background: transparent;
		box-shadow: none;
		z-index: 1 !important;
	}
	.toggle-break-md.collapse {
		display: block;
	}
}
@media (min-width: 992px) {
	.toggle-break-lg {
		transition: none;
		opacity: 1;
		visibility: visible;
		transform: translateY(0) !important;
		position: static;
		background: transparent;
		box-shadow: none;
		z-index: 1 !important;
	}
	.toggle-break-lg.collapse {
		display: block;
	}
}
@media (min-width: 1200px) {
	.toggle-break-xl {
		transition: none;
		opacity: 1;
		visibility: visible;
		transform: translateY(0) !important;
		position: static;
		background: transparent;
		box-shadow: none;
		z-index: 1 !important;
	}
	.toggle-break-xl.collapse {
		display: block;
	}
}
@media (min-width: 1540px) {
	.toggle-break-xxl {
		transition: none;
		opacity: 1;
		visibility: visible;
		transform: translateY(0) !important;
		position: static;
		background: transparent;
		box-shadow: none;
		z-index: 1 !important;
	}
	.toggle-break-xxl.collapse {
		display: block;
	}
}
.nav-switch {
	display: inline-flex;
	margin-bottom: 1.25rem;
	border: 1px solid #dbdfea;
	border-radius: 30px;
	padding: 5px;
}
.nav-switch .nav-link {
	padding: 5px 16px;
	line-height: 20px;
	border-radius: 20px;
	position: static;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 700;
	font-size: 12px;
	color: #8094ae;
}
.nav-switch .nav-link.active {
	background: #0de7b2;
	color: #fff;
}
.nav-switch .nav-link:after {
	display: none;
}
.nav-switch .nav-item {
	padding: 0;
	margin: 0 1px;
}
.nav-switch .nav-item:last-child {
	margin-right: 0;
}
.nav-switch .nav-item:first-child {
	margin-left: 0;
}
@media (min-width: 576px) {
	.nav-switch {
		margin-bottom: 1.75rem;
	}
}
.nav-switch-s2 {
	display: inline-flex;
	border-radius: 4px;
	border: none;
}
.nav-switch-s2 .nav-link {
	padding: 0.25rem 0.7rem;
	line-height: 20px;
	border-radius: 0;
	position: static;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 700;
	font-size: 12px;
	color: #8094ae;
	border: 1px solid #dbdfea;
}
.nav-switch-s2 .nav-link:hover,
.nav-switch-s2 .nav-link:focus {
	color: #526484;
	background: #f5f6fa;
	border: 1px solid #dbdfea;
}
.nav-switch-s2 .nav-link.active {
	color: #364a63;
	border: 1px solid #dbdfea;
	background: #f5f6fa;
	box-shadow: inset 0 0 4px -1px rgba(128, 148, 174, 0.25);
}
.nav-switch-s2 .nav-link:after {
	display: none;
}
.nav-switch-s2 .nav-item {
	padding: 0;
	margin: 0;
}
.nav-switch-s2 .nav-item:last-child {
	margin-right: 0;
}
.nav-switch-s2 .nav-item:last-child .nav-link {
	border-radius: 0 4px 4px 0;
}
.nav-switch-s2 .nav-item:first-child {
	margin-left: 0;
}
.nav-switch-s2 .nav-item:first-child .nav-link {
	border-radius: 4px 0 0 4px;
}
.nav-switch-s2 .nav-item:not(:first-child) {
	margin-left: -1px;
}
.card-inner .nav-tabs-card {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
@media (min-width: 576px) {
	.card-inner .nav-tabs-card {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}
.nav-tabs-xs .nav-link {
	padding: 0.75rem 0;
	font-size: 13px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.nav-tabs-xs .nav-item {
		padding-right: 1.25rem;
	}
}
@media (min-width: 992px) {
	.nav-tabs-sm .nav-item {
		padding-right: 1.25rem;
	}
}
.nk-modal-title:not(:first-child) {
	margin-top: 1.5rem;
}
.nk-modal-title:not(:last-child) {
	margin-bottom: 1.5rem;
}
.nk-modal-title.title {
	font-size: 1.5rem;
	font-weight: 500;
}
.nk-modal-text:not(:last-child) {
	margin-bottom: 1.5rem;
}
.nk-modal-text .lead {
	font-size: 1.1rem;
	line-height: 1.5;
}
.nk-modal-text .sub-text {
	font-size: 14px;
}
.nk-modal-action {
	margin-top: 1.5rem;
}
.nk-modal-action-sm {
	margin-top: 1rem;
}
.nk-modal-action-md {
	margin-top: 2rem;
}
.nk-modal-action-lg {
	margin-top: 2.25rem;
}
.modal-body-lg .tab-content {
	margin-top: 2rem;
}
@media (min-width: 576px) {
	.nk-modal-action-md {
		margin-top: 2.5rem;
	}
	.nk-modal-action-lg {
		margin-top: 3.25rem;
	}
}
[data-toggle="modal"] {
	cursor: pointer;
}
.popup {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	align-items: center;
}
.popup.opened {
	display: flex;
}
.popup-inside {
	position: relative;
}
.popup-content {
	z-index: 9;
	position: relative;
	padding: 2rem;
	margin: 1.25rem;
	background: #fff;
	box-shadow: 0 0 20px -5px rgba(43, 55, 72, 0.3);
	border-radius: 8px;
	border: 1px solid #dbdfea;
}
.popup-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #fff;
	opacity: 0.85;
	z-index: 1;
}
.card.popup-inside .popup-overlay {
	border-radius: 4px;
}
.popup-overlay.dark {
	background: #101924;
	opacity: 0.15;
}
@media (max-width: 575.98px) {
	.popup-content {
		padding: 1.5rem;
	}
	.card-inner .popup-content {
		margin: 0rem;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
}
.search-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: #fff;
	transition: opacity 0.4s;
	border-radius: 6px;
	pointer-events: none;
	display: flex;
	align-items: center;
}
.search-wrap.active {
	opacity: 1;
	z-index: 9;
	pointer-events: auto;
}
.search-wrap-extend {
	margin-top: -1rem;
	left: -2px;
	right: -2px;
}
.search-wrap.bg-lighter .form-control {
	background: #f5f6fa;
}
.search-toggle {
	transition: all 0.4s;
	opacity: 1;
}
.search-toggle.active {
	opacity: 0;
}
.search-content {
	position: relative;
	width: 100%;
}
.search-content .form-control {
	padding-left: calc(2.125rem + 2px);
	padding-right: calc(2.125rem + 2px);
}
.search-content .form-control-sm {
	padding-left: calc(1.75rem + 2px);
	padding-right: calc(1.75rem + 2px);
}
.search-back,
.search-submit {
	position: absolute;
	top: 50%;
}
.search-back:focus,
.search-submit:focus {
	box-shadow: none;
}
.search-back {
	left: 0;
	transform: translate(-0.25rem, -50%);
}
.search-submit {
	right: 0;
	transform: translate(0.5rem, -50%);
}
.search-submit:hover {
	color: #0de7b2;
}
.filter-wg label.overline-title {
	margin-bottom: 0.5rem;
}
.qr-media img {
	border: 1px solid #e5e9f2;
	border-radius: 4px;
}
.change {
	line-height: 1;
}
.change .sign {
	font-family: "Nioicon";
}
.change .sign:before {
	content: "";
}
.change.up {
	color: #1ee0ac !important;
}
.change.up .sign:before {
	content: "";
}
.change.down {
	color: #e85347 !important;
}
.change.down .sign:before {
	content: "";
}
.nk-knob > div {
	position: relative;
	display: inline-block !important;
}
.knob {
	height: 100% !important;
	margin-top: 0 !important;
	font-size: 1.5rem !important;
}
.knob-half {
	height: 50% !important;
	font-size: 1.25rem !important;
}
[class*="knob"] {
	text-align: center;
	pointer-events: none;
	width: 100% !important;
	margin-left: 0 !important;
	font-weight: 400 !important;
	font-family: Roboto !important;
	color: #364a63 !important;
	left: 0;
	border: none;
}
[class*="knob"]:focus {
	outline: none;
}
.stats {
	padding: 0 0 1rem;
}
@media (min-width: 1540px) {
	.nk-content-sidebar .stats {
		padding: 1.25rem 1.5rem 1rem;
	}
}
.collapse-shown {
	display: inline-block !important;
}
.collapsed .collapse-shown {
	display: none !important;
}
.collapse-hidden {
	display: none !important;
}
.collapsed .collapse-hidden {
	display: inline-block !important;
}
.clipboard-init {
	cursor: pointer;
}
.clipboard-success .clipboard-init {
	color: #1c2b46;
}
.clipboard-success .clipboard-init.form-clip {
	color: #0071e9;
}
.clipboard-success .clipboard-init .icon.ni-copy:before {
	content: "";
}
.clipboard-init ~ .form-control[readonly] {
	background: #fff;
}
.clipboard-text {
	font-size: 12px;
}
.clipboard-success .form-control:focus {
	border-color: #dbdfea;
	box-shadow: inset 0 1px 1px rgba(16, 25, 36, 0.075);
}
.dropdown-menu .nk-notification {
	max-height: 239px;
	overflow: auto;
}
.nk-notification-item {
	display: flex;
	align-items: center;
	padding: 1.25rem 1.75rem;
}
.nk-notification-icon {
	flex-shrink: 0;
	margin-right: 0.75rem;
}
.nk-notification-text {
	font-size: 13px;
	color: #526484;
}
.nk-notification-text span {
	color: #364a63;
}
.nk-notification-time {
	font-size: 11px;
	color: #8094ae;
}
.nk-news-item {
	display: flex;
	align-items: center;
}
.nk-news-icon {
	width: 2rem;
	display: inline-flex;
	flex-shrink: 0;
}
.nk-news-icon .icon {
	font-size: 24px;
	color: #0de7b2;
}
.nk-news-icon img {
	width: 24px;
}
.nk-news-text {
	display: flex;
	align-items: center;
	max-width: calc(100% - 1.5rem);
}
.nk-news-text p {
	font-size: 13px;
	margin-bottom: 0;
	color: #526484;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 2rem);
}
.nk-news-text p span {
	color: #8094ae;
	font-weight: 400;
}
.is-dark .nk-news-text p {
	color: #90a1b8;
}
.is-dark .nk-news-text p span {
	color: rgba(128, 148, 174, 0.9);
}
.nk-news-text .icon {
	color: #8094ae;
	margin-left: 0.25rem;
}
.is-dark .nk-news-text .icon {
	color: #8094ae;
}
.nk-news-item:hover .nk-news-text .icon {
	color: #0de7b2;
}
.language-list li:not(:last-child) .language-item {
	border-bottom: 1px solid #ecf2ff;
}
.language-item {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	color: #344357;
	transition: all 0.4s;
}
.language-item:hover {
	color: #3c4d62;
	background: #ebeef2;
}
.language-name {
	font-size: 12px;
}
.language-flag {
	width: 24px;
	margin-right: 12px;
}
.entry img {
	border-radius: 4px;
}
.entry img + p,
.entry img + h2,
.entry img + h3,
.entry img + h4,
.entry img + h5,
.entry img + h6,
.entry img + ul,
.entry img + ol {
	margin-top: 2rem;
}
.entry p + img {
	margin-top: 1rem;
}
.entry p + h2,
.entry p + h3,
.entry p + h4,
.entry p + h5,
.entry p + h6 {
	padding-top: 0.75rem;
}
p > span > .icon.ni {
	vertical-align: middle;
}
.btn-trigger + .dropdown-menu-right,
.btn-trigger + .dropdown-menu-left {
	margin: -0.75rem 0;
}
.btn-trigger + .dropdown-menu-right {
	margin-right: 16px;
}
.btn-trigger + .dropdown-menu-left {
	margin-left: 16px;
}
@media (max-width: 420px) {
	.btn-trigger + .dropdown-menu-xl,
	.btn-trigger + .dropdown-menu-lg,
	.btn-trigger + .dropdown-menu-md {
		margin-left: 16px;
		margin-top: 0.25rem;
	}
}
.bq-note-item:not(:first-child) {
	margin-top: 1.75rem;
}
.bq-note-text {
	padding: 1rem 1.25rem;
	background: #f5f6fa;
	border-radius: 4px;
}
.bq-note-meta {
	font-size: 12px;
	color: #8094ae;
	margin-top: 0.75rem;
}
.bq-note-meta span > span {
	color: #526484;
}
.bq-note-meta .link {
	margin-left: 0.75rem;
}
.bq-note-sep {
	height: 0.25rem;
	display: block;
	visibility: hidden;
	padding: 0 0.25rem;
}
.bq-note-by {
	display: inline-block;
}
@media (min-width: 576px) {
	.bq-note-text {
		padding: 1.25rem 1.5rem;
	}
	.bq-note-sep {
		height: auto;
		display: inline-block;
		visibility: visible;
	}
}
@media (min-width: 1200px) and (max-width: 1359px) {
	.form-settings .col-lg-5,
	.form-settings .col-lg-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.hide,
.toggle-opt-set,
.switch-content {
	display: none;
}
.showed,
.switch-active {
	display: block;
}
.show {
	display: inline-block;
}
.embed-responsive {
	border-radius: 4px;
}
.nk-feature-center {
	text-align: center;
}
.back-to {
	color: inherit;
	padding-left: 2rem;
	position: relative;
}
.back-to .icon {
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	margin-top: -1px;
}
.w-bulk-select {
	width: 150px;
}
@media (min-width: 375px) {
	.w-bulk-select {
		width: 175px;
	}
}
.nk-auth-body {
	padding: 1.25rem;
}
.nk-auth-footer {
	padding-bottom: 40px;
}
.nk-auth-body,
.nk-auth-footer {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.nk-auth-footer {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.nk-auth-footer-full {
	margin-top: 0;
}
@media (min-width: 992px) {
	.nk-auth-container {
		width: 45%;
	}
}
@media (min-width: 1540px) {
	.nk-split .nk-auth-body,
	.nk-split .nk-auth-footer {
		margin-right: 90px;
	}
}
.pg-auth.is-dark {
	background: #1f2b3a;
}
.pg-auth.is-dark .nk-footer {
	background: #1f2b3a;
	border-top-color: #2a3a4e;
}
.nk-error-ld {
	padding: 2rem 1rem;
}
.nk-error-ld.is-dark {
	color: #b7c2d0;
}
.nk-error-gfx {
	padding-bottom: 20px;
	max-width: 90%;
	margin-top: -20px;
}
.nk-error-head {
	font-size: 100px;
	font-weight: 700;
	background: -webkit-linear-gradient(#0de7b2, #004487);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.9;
}
.nk-error-title {
	margin-bottom: 1.25rem;
}
.is-dark .nk-error-title {
	color: #ebeef2;
}
.nk-error-text {
	font-size: 1rem;
}
.nk-error-icon {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 1.5rem;
	color: #9cb0c9;
	margin-top: -2rem;
}
.is-dark .nk-error-icon {
	color: #4b698d;
}
@media (min-width: 576px) {
	.nk-error-head {
		font-size: 160px;
	}
	.nk-error-lead {
		font-size: 200px;
	}
	.nk-error-gfx {
		padding-bottom: 40px;
		max-width: 480px;
		margin-top: -4rem;
	}
	.nk-error-icon {
		font-size: 120px;
		margin-top: -3rem;
	}
}
.clipboard-success-message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1ee0ac;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
.clipboard-success .clipboard-success-message {
	opacity: 1;
}
.nio-version {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.02em;
	position: absolute;
	right: -1px;
	bottom: -3px;
}
.code-tag {
	color: #816bff;
}
.code-class {
	color: #ff63a5;
}
.code-fnc {
	color: #088b6b;
}
.nk-switch-icon {
	color: #90a1b8;
	height: 1.5rem;
	width: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nk-switch-icon .icon {
	font-size: 1.5rem;
}
.nk-switch-icon .icon-sm {
	font-size: 1.25rem;
}
.nk-switch-icon:hover {
	color: #526484;
}
.nk-switch-icon.active {
	color: #0de7b2;
}
.is-scrollable {
	overflow: auto;
}
.opt-disable {
	opacity: 0.6;
}
.op0 {
	opacity: 0 !important;
}
.op5 {
	opacity: 0.5 !important;
}
.op1 {
	opacity: 1 !important;
}
.nk-plan-list:not(:last-child) {
	margin-bottom: 1.5rem;
}
.nk-plan-item {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dbdfea;
	padding: 1.25rem;
}
.nk-plan-item:not(:first-child) {
	margin-top: 1.5rem;
}
.nk-plan-item .amount {
	color: #364a63;
	font-weight: 700;
}
.nk-plan-item .amount-ex {
	color: #0de7b2;
	font-weight: 400;
}
.nk-plan-item div {
	flex-grow: 1;
}
.nk-plan-icon {
	width: 40px;
	height: 40px;
	text-align: center;
	background: #f5f6fa;
	border-radius: 50%;
	margin-right: 1rem;
	flex-shrink: 0;
	flex-grow: 0 !important;
	color: #526484;
}
.nk-plan-icon.is-running {
	color: #0de7b2;
	background: rgba(3, 125, 255, 0.08);
}
.nk-plan-icon.is-pause {
	color: #f4bd0e;
	background: rgba(244, 189, 14, 0.08);
}
.nk-plan-icon.is-pending {
	color: #088b6b;
	background: rgba(51, 181, 229, 0.08);
}
.nk-plan-icon.is-cancel {
	color: #e85347;
	background: rgba(232, 83, 71, 0.08);
}
.nk-plan-icon .icon,
.nk-plan-icon .code {
	line-height: 40px;
	display: inline-block;
	text-align: center;
}
.nk-plan-icon .icon {
	font-size: 1.2rem;
}
.nk-plan-icon .code {
	padding-left: 4px;
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	text-transform: uppercase;
}
.nk-plan-info {
	padding-right: 0.75rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nk-plan-name {
	font-weight: 700;
	font-size: 0.875rem;
	color: #364a63;
}
.nk-plan-desc {
	color: #8094ae;
	font-size: 0.8125rem;
}
.nk-plan-amount {
	display: none;
}
.nk-plan-amount a {
	display: none;
}
.nk-plan-amount div {
	flex-grow: 0;
	padding: 0 1rem;
}
.nk-plan-term {
	display: none;
}
.nk-plan-term div {
	flex-grow: 0;
	padding: 0 1.5rem;
}
.nk-plan-start {
	position: relative;
}
.nk-plan-start:after {
	border: none !important;
	font-family: "Nioicon";
	vertical-align: middle;
	content: "";
	margin-left: 0;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #8094ae;
	margin-left: -0.7rem;
}
.nk-plan-label {
	display: block;
	font-size: 0.8125rem;
}
.nk-plan-value {
	font-weight: 500;
}
.nk-plan-more {
	margin-left: auto;
	margin-right: -1rem;
	flex-grow: 0 !important;
	border-radius: 50%;
	transition: background-color 0.4s;
}
.nk-plan-more:hover {
	background-color: #f5f6fa;
}
.nk-plan-more .btn {
	margin-left: auto;
	color: #8094ae;
	width: 40px;
	height: 40px;
}
.nk-plan-more .btn .icon {
	font-size: 18px;
}
.nk-plan-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.nk-plan-progress .progress-bar {
	width: 0px;
	height: 3px;
	border-radius: 0 3px 3px 3px;
}
.nk-plan-progress .progress-bar[data-progress="100"] {
	border-radius: 0 0 3px 3px;
}
.nk-plan-order {
	display: flex;
	flex-direction: column;
}
.nk-plan-order .nk-plan-value {
	order: -1;
}
.nk-plan-list.is-flat {
	border-radius: 4px;
	border: 1px solid #dbdfea;
}
.nk-plan-list.is-flat .nk-plan-item:first-child {
	border-radius: 4px 4px 0 0;
}
.nk-plan-list.is-flat .nk-plan-item:last-child {
	border-radius: 0 0 4px 4px;
}
.nk-plan-list.is-flat .nk-plan-item {
	margin-top: 0;
	border-width: 0;
	border-radius: 0;
}
.nk-plan-list.is-flat .nk-plan-item:not(:first-child) {
	border-top-width: 1px;
}
@media (max-width: 575.98px) {
	.nk-plan-list.is-stretch {
		margin-left: -18px;
		margin-right: -18px;
	}
	.nk-plan-list.is-stretch .nk-plan-item:not(:first-child) {
		margin-top: 0.5rem;
	}
	.nk-plan-list.is-stretch,
	.nk-plan-list.is-stretch .nk-plan-item {
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}
}
@media (min-width: 576px) {
	.nk-plan-list:not(:last-child) {
		margin-bottom: 2.75rem;
	}
	.nk-plan-item {
		padding: 1.5rem;
	}
	.nk-plan-amount {
		display: block;
	}
	.nk-plan-amount-a {
		display: none;
	}
	.nk-plan-amount div {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.nk-plan-amount {
		display: flex !important;
	}
	.nk-plan-amount-a {
		display: flex;
	}
	.nk-plan-amount div {
		padding: 0 1rem;
	}
}
@media (min-width: 992px) {
	.nk-plan-icon {
		width: 50px;
		height: 50px;
	}
	.nk-plan-icon .icon,
	.nk-plan-icon .code {
		line-height: 50px;
	}
	.nk-plan-icon .icon {
		font-size: 1.5rem;
	}
	.nk-plan-icon .code {
		font-size: 1rem;
	}
	.nk-plan-term {
		display: flex !important;
	}
	.nk-plan-more .btn {
		width: 44px;
		height: 44px;
	}
}
@media (min-width: 1200px) {
	.nk-plan-amount-a {
		display: none;
	}
}
@media (min-width: 1540px) {
	.nk-plan-term div,
	.nk-plan-amount div {
		flex-grow: 0;
		padding: 0 2rem;
	}
	.nk-plan-info {
		padding-right: 2rem;
	}
}
@media (min-width: 1400px) {
	.nk-plan-amount-a {
		display: flex;
	}
}
.nk-odr-list {
	font-size: 0.8125rem;
}
.nk-odr-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem;
	position: relative;
}
.nk-odr-item:not(:last-child) {
	border-bottom: 1px solid #dbdfea;
}
.nk-odr-item.nk-odr-item-head {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.nk-odr-item-head .nk-odr-col {
	color: #526484;
	font-size: 13px;
	font-weight: 500;
}
.nk-odr-item.is-pending:after,
.nk-odr-item.is-running:after,
.nk-odr-item.is-cancelled:after,
.nk-odr-item.is-deleted:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	border-radius: 0;
	top: 0;
}
.nk-odr-item.is-running {
	background: rgba(3, 125, 255, 0.04);
}
.nk-odr-item.is-running:after {
	background: #0de7b2;
}
.nk-odr-item.is-pending {
	background: rgba(51, 181, 229, 0.04);
}
.nk-odr-item.is-pending:after {
	background: #088b6b;
}
.nk-odr-item.is-cancelled {
	opacity: 0.8;
	background: rgba(232, 83, 71, 0.04);
}
.nk-odr-item.is-cancelled:after {
	background: #e85347;
}
.nk-odr-item.is-deleted {
	opacity: 0.8;
	background: rgba(54, 74, 99, 0.04);
}
.nk-odr-item.is-deleted:after {
	background: #8094ae;
}
.nk-odr-col {
	display: inline-flex;
	flex-direction: column;
}
.nk-odr-col-amount {
	margin-left: auto;
	min-width: 90px;
}
.nk-odr-col-action {
	margin-left: 0.625rem;
	font-size: 0.9em;
}
.nk-odr-col-action .btn-icon {
	margin: 0 -0.75rem;
}
.nk-odr-info {
	display: inline-flex;
	align-items: center;
}
.nk-odr-badge {
	flex-shrink: 0;
	position: relative;
}
.nk-odr-badge + .nk-odr-data {
	margin-left: 10px;
}
.nk-odr-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 36px;
	font-size: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.nk-odr-icon.sm {
	height: 20px;
	width: 20px;
	font-size: 14px;
}
.nk-odr-icon[class*="-btc"] {
	color: #f9841e;
	background: rgba(249, 132, 30, 0.2);
}
.nk-odr-icon[class*="-eth"] {
	color: #6174b9;
	background: rgba(97, 116, 185, 0.2);
}
.nk-odr-icon + .nk-odr-icon {
	transform: scale(0.6);
	position: absolute;
	right: -16px;
	bottom: -16px;
	font-size: 22px;
	background: #fff !important;
}
.nk-odr-data {
	flex-grow: 1;
}
.nk-odr-label {
	font-size: 0.9375em;
	line-height: 1.35em;
	font-weight: 500;
	color: #364a63;
	margin-bottom: 0.25rem;
	display: inline-flex;
	align-items: center;
	width: 100%;
}
.nk-odr-label span {
	width: 90%;
}
.nk-odr-label .nk-odr-icon {
	margin-left: 0.5rem;
}
.nk-odr-meta {
	font-size: 11px;
	line-height: 1.2;
	color: #8094ae;
	margin-bottom: 0.125rem;
}
.nk-odr-meta span {
	margin-right: 0.75rem;
	display: inline-block;
}
.nk-odr-meta span + .dot-join:before {
	content: "";
	font-family: "Nioicon";
	display: inline-block;
	padding-right: 0.25rem;
	margin-left: -0.5rem;
	line-height: 1;
}
.nk-odr-amount {
	text-align: right;
	line-height: 1.6;
}
.nk-odr-amount .number {
	font-size: 1.125em;
}
.nk-odr-amount .number-md {
	font-size: 1em;
}
.nk-odr-amount .number-sm {
	font-size: 11px;
	color: #526484;
}
.nk-odr-amount .number-sm span {
	color: #8094ae;
}
.nk-odr-amount .number,
.nk-odr-amount .number-md {
	white-space: nowrap;
	color: #364a63;
	font-weight: 500;
}
.nk-odr-amount .number span,
.nk-odr-amount .number-md span {
	color: #526484;
	font-weight: 400;
}
.nk-odr-amount .date,
.nk-odr-amount .status {
	font-size: 11px;
	color: #8094ae;
}
@media (max-width: 575.98px) {
	.nk-odr-list.is-stretch {
		margin-left: -18px;
		margin-right: -18px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}
	.nk-odr-badge {
		margin-left: -0.25rem;
	}
}
@media (min-width: 576px) {
	.nk-odr-item {
		padding: 1.25rem 1.5rem;
	}
	.nk-odr-item.is-running,
	.nk-odr-item.is-pending,
	.nk-odr-item.is-cancelled,
	.nk-odr-item.is-deleted {
		left: -1px;
	}
	.nk-odr-col-action {
		margin-left: 1.25rem;
	}
	.nk-odr-list {
		font-size: 1rem;
	}
	.nk-odr-badge + .nk-odr-data {
		margin-left: 16px;
	}
	.nk-odr-icon {
		height: 44px;
		width: 44px;
		font-size: 24px;
	}
	.nk-odr-icon.sm {
		height: 24px;
		width: 24px;
		font-size: 16px;
	}
	.nk-odr-label {
		margin-bottom: 0.375rem;
	}
	.nk-odr-meta,
	.nk-odr-amount .number-sm,
	.nk-odr-amount .date,
	.nk-odr-amount .status {
		font-size: 12px;
	}
}
.is-compact .nk-odr-item {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.is-compact .nk-odr-label {
	margin-bottom: 0;
}
.is-compact .nk-odr-badge + .nk-odr-data {
	margin-left: 8px;
}
.is-compact .nk-odr-icon {
	height: 36px;
	width: 36px;
	font-size: 20px;
}
.is-compact .nk-odr-amount .number {
	font-size: 1em;
}
@media (min-width: 576px) {
	.is-compact .nk-odr-badge + .nk-odr-data {
		margin-left: 12px;
	}
}
.nk-wgab {
	display: flex;
	flex-wrap: wrap;
}
.nk-wgab > * {
	flex-grow: 1;
	width: 100%;
}
.nk-wgab-group {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.nk-wgab-balance {
	line-height: 1.3;
	padding-top: 0.75rem;
	flex-shrink: 0;
}
.nk-wgab-balance .amount {
	font-size: 1.25rem;
	font-weight: 500;
	color: #364a63;
}
.nk-wgab-balance .amount span {
	font-weight: 400;
	opacity: 0.8;
}
.nk-wgab-balance .amount-sm {
	font-size: 13px;
	color: #364a63;
	font-weight: 500;
	padding-top: 0.125rem;
}
.nk-wgab-balance .amount-sm span {
	font-weight: 400;
}
.nk-wgab-balance .currency {
	padding-left: 0.125rem;
}
.nk-wgab-graph {
	width: 54px;
	text-align: right;
	padding-left: 0.5rem;
	height: 36px;
	padding-bottom: 0.25rem;
}
.nk-wgab-stats {
	line-height: 1.3;
}
.nk-wgab-stats-group {
	display: flex;
	align-items: flex-start;
	margin-top: 1.5rem;
}
.nk-wgab-stats .number {
	font-size: 1rem;
	font-weight: 700;
}
.nk-wgab-stats .number-lg {
	font-size: 2rem;
	letter-spacing: -0.04em;
	font-weight: 500;
}
.nk-wgab-stats .number-lg:first-child {
	margin-top: -0.125rem;
}
.nk-wgab-stats .number span,
.nk-wgab-stats .number-lg span {
	font-weight: 400;
	opacity: 0.85;
}
.nk-wgab-title,
.nk-wgab-note {
	font-size: 13px;
	font-weight: 500;
	color: #526484;
}
.nk-wgab-title .overline-title,
.nk-wgab-note .overline-title {
	line-height: 1.65;
}
.nk-wgab-title.md,
.md.nk-wgab-note {
	font-size: 15px;
}
.is-dark .nk-wgab-title,
.is-dark .nk-wgab-note {
	color: #379fef;
}
.number + .nk-wgab-title,
.number + .nk-wgab-note {
	margin-top: 0.625rem;
}
.nk-wgab-title + .number,
.nk-wgab-note + .number {
	margin-top: 0.4375rem;
}
.number-lg + .nk-wgab-title,
.number-lg + .nk-wgab-note {
	margin-top: 0.25rem;
}
.nk-wgab-title + .number-lg,
.nk-wgab-note + .number-lg {
	margin-top: 0.375rem;
}
.nk-wgab-foot {
	width: 100%;
	font-size: 12px;
	margin-top: 1rem;
}
.nk-wgab-note {
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
}
@media (min-width: 992px) {
	.nk-wgab > * {
		width: 100%;
	}
	.nk-wgab-foot {
		margin-top: 1.25rem;
	}
}
@media (max-width: 413px), (min-width: 992px) and (max-width: 1280px) {
	.nk-wgab-title,
	.nk-wgab-note {
		font-size: 12px;
	}
	.nk-wgab-stats .number {
		font-size: 13px;
	}
}
@media (min-width: 1200px) {
	.nk-wgab-graph {
		width: 72px;
		height: 44px;
	}
}
.nk-wgacc-group {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.nk-wgacc-group.has-graph {
	flex-wrap: nowrap;
	align-items: center;
}
.nk-wgacc-ck {
	position: relative;
	height: 50px;
	margin-bottom: 0.5rem;
}
.nk-wgacc-ck.lg {
	height: 95px;
}
.nk-wgacc-graph {
	height: 40px;
	width: 90px;
	margin-bottom: 0.25rem;
}
.has-graph .nk-wgacc-graph {
	padding-left: 1rem;
}
.nk-wgacc-title {
	font-size: 1.125rem;
	color: #364a63;
	margin-bottom: 0.5rem;
	font-weight: 400;
}
.nk-wgacc-title .icon {
	font-size: 0.875rem;
}
.nk-wgacc-title .dropdown > a {
	font-size: 80%;
	color: #8094ae;
}
.is-dark .nk-wgacc-title {
	color: #fff;
}
.nk-wgacc-sub {
	font-size: 0.875rem;
	color: #8094ae;
	margin-top: 0.125rem;
}
.nk-wgacc-sub-group {
	display: flex;
	flex-shrink: 0;
}
.nk-wgacc-sub .icon {
	font-size: 0.75rem;
}
.is-dark .nk-wgacc-sub {
	color: #6cbbf7;
}
.nk-wgacc-subtitle.xs {
	font-size: 12px;
}
.nk-wgacc-note {
	margin-top: 1.5rem;
	font-size: 0.75rem;
	font-style: italic;
}
.nk-wgacc-action {
	margin-top: 1.75rem;
}
.nk-wgacc-action:last-child {
	margin-bottom: 0.25rem;
}
.nk-wgacc-sign {
	position: absolute;
}
.nk-wgacc-sign .icon {
	font-size: 1rem;
	line-height: 1.5rem;
}
.nk-wgacc-sign ~ * {
	padding-left: 24px;
}
.nk-wgacc-amount {
	color: #364a63;
	font-weight: 400;
	flex-shrink: 0;
}
.is-dark .nk-wgacc-amount {
	color: #fff;
}
.nk-wgacc-amount .currency {
	color: #526484;
	font-weight: 400;
}
.is-dark .nk-wgacc-amount .currency {
	color: #b7c2d0;
}
.nk-wgacc-amount .number {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5rem;
	white-space: nowrap;
}
.nk-wgacc-amount .number small {
	font-weight: 400;
}
.nk-wgacc-amount .number-md {
	font-size: 1.375rem;
}
.nk-wgacc-amount .number-lg {
	font-size: 1.75rem;
}
.nk-wgacc-amount .number-sm {
	font-size: 1.15rem;
	line-height: 1.5rem;
	white-space: nowrap;
}
.nk-wgacc-amount .number-xs {
	font-size: 13px;
	font-weight: 500;
}
.nk-wgacc-amount .number .number-ext,
.nk-wgacc-amount .number .number-up,
.nk-wgacc-amount .number .number-down,
.nk-wgacc-amount .number .number-plus,
.nk-wgacc-amount .number .number-minus {
	font-size: 50%;
	line-height: 1;
}
.nk-wgacc-amount .number .number-ext .icon,
.nk-wgacc-amount .number .number-up .icon,
.nk-wgacc-amount .number .number-down .icon,
.nk-wgacc-amount .number .number-plus .icon,
.nk-wgacc-amount .number .number-minus .icon {
	color: #526484;
}
.nk-wgacc-amount .number .number-ext:before,
.nk-wgacc-amount .number .number-up:before,
.nk-wgacc-amount .number .number-down:before,
.nk-wgacc-amount .number .number-plus:before,
.nk-wgacc-amount .number .number-minus:before {
	font-family: "Nioicon";
}
.nk-wgacc-amount .number .number-ext {
	color: #0de7b2;
}
.nk-wgacc-amount .number .number-ext:before {
	content: "";
	padding-right: 0.25rem;
}
.nk-wgacc-amount .number .number-up {
	color: #1ee0ac;
}
.nk-wgacc-amount .number .number-up:before {
	content: "";
}
.nk-wgacc-amount .number .number-down {
	color: #e85347;
}
.nk-wgacc-amount .number .number-down:before {
	content: "";
}
.nk-wgacc-amount .number .number-plus {
	color: #0de7b2;
}
.nk-wgacc-amount .number .number-plus:before {
	content: "";
}
.nk-wgacc-amount .number .number-minus {
	color: #e85347;
}
.nk-wgacc-amount .number .number-minus:before {
	content: "";
}
.nk-wgacc-amount .number-sm + .number-xs {
	font-size: 12px;
}
.nk-wgacc-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -0.5rem -1.25rem;
}
.nk-wgacc-nav li a {
	padding: 0.5rem 1.25rem;
	display: flex;
	align-items: center;
}
.nk-wgacc-nav li a .icon {
	font-size: 1.125rem;
	width: 1.75rem;
	line-height: 1.25rem;
}
.nk-wgacc-nav li a span {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.nk-wgacc-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 1.25rem;
	border-bottom: 1px solid #e5e9f2;
}
.nk-wgacc-list li .lead-text {
	font-size: 13px;
	font-weight: 400;
}
.nk-wgacc-list:last-child {
	padding: 0 0 1rem;
}
.nk-wgacc-list:last-child li:last-child {
	border-bottom: none;
}
@media (max-width: 991.98px) {
	.nk-wgacc-sub:first-child {
		min-width: 160px;
	}
}
@media (max-width: 413px) {
	.nk-wgacc-sub {
		width: 100%;
	}
	.nk-wgacc-sub-group {
		flex-wrap: wrap;
	}
	.nk-wgacc-sign {
		margin-bottom: 0.75rem;
		display: inline-block;
	}
	.nk-wgacc-sign .icon {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	.nk-wgacc-sign ~ * {
		padding-left: 0;
	}
	.nk-wgacc-sign + * {
		padding-top: 40px;
	}
}
@media (min-width: 576px) {
	.nk-wgacc-list li {
		padding: 0.5rem 1.75rem;
	}
}
@media (min-width: 680px) and (max-width: 991px) {
	.nk-wgacc-list {
		display: flex;
		flex-wrap: wrap;
	}
	.nk-wgacc-list li {
		width: 50%;
	}
	.nk-wgacc-list li:last-child {
		border-bottom: 1px solid #e5e9f2;
	}
	.nk-wgacc-list:last-child li:nth-last-child(2) {
		border-bottom: none;
	}
}
@media (min-width: 992px) {
	.nk-wgacc-list {
		width: 33.333333%;
		float: left;
	}
	.nk-wgacc-list li:last-child {
		border-bottom: none;
	}
}
@media (min-width: 1200px) {
	.nk-wgacc-amount .number {
		font-size: 1.65rem;
		line-height: 2.25rem;
	}
	.nk-wgacc-amount .number-md {
		font-size: 1.5rem;
	}
	.nk-wgacc-amount .number-lg {
		font-size: 2rem;
	}
	.nk-wgacc-amount .number-sm {
		font-size: 1.25rem;
	}
	.nk-wgacc-amount .number-xs {
		font-size: 1rem;
	}
	.nk-wgacc-amount .number-sm + .number-xs {
		font-size: 13px;
		margin-top: -2px;
	}
	.nk-wgacc-sign .icon {
		font-size: 1.25rem;
		line-height: 2.25rem;
	}
	.nk-wgacc-sign ~ * {
		padding-left: 32px;
	}
	.nk-wgacc-graph {
		width: 110px;
	}
}
.nk-wgpg {
	display: inline-flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.nk-wgpg-head {
	margin-bottom: 1rem;
}
.nk-wgpg-title {
	margin-bottom: 0.25rem;
}
.nk-wgpg-subtitle {
	color: #8094ae;
}
.nk-wgpg-graph {
	margin-top: auto;
	position: relative;
	display: inline-block;
}
.nk-wgpg-graph-result {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.nk-wgpg-graph-result .text-lead {
	font-size: 40px;
	font-weight: 300;
	color: #364a63;
	line-height: 1.3;
}
.nk-wgpg-graph-result .text-lead.sm {
	font-size: 30px;
}
.nk-wgpg-graph-result .text-sub {
	font-size: 12px;
	font-weight: 500;
	color: #8094ae;
}
.nk-wgpg-graph-minmax {
	display: flex;
	justify-content: space-between;
	color: #8094ae;
	font-size: 12px;
}
@media (min-width: 1200px) {
	.nk-wgpg-graph canvas {
		width: 300px !important;
		height: 150px !important;
	}
	.nk-wgpg-graph.sm canvas {
		width: 240px !important;
		height: 120px !important;
	}
}
.nk-wgov {
	padding: 1.25rem 0 1rem;
}
.nk-wgov:last-child {
	padding-bottom: 0;
}
.nk-wgov:not(:last-child) {
	border-bottom: 1px solid #e5e9f2;
}
.nk-wgov .subtitle {
	color: #8094ae;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0.25rem;
}
.nk-wgov .title {
	font-size: 11px;
	color: #8094ae;
	text-transform: uppercase;
	margin-top: 0.25rem;
	letter-spacing: 0.1em;
}
.nk-wgov .amount {
	font-size: 1.25rem;
	line-height: 1.1;
	color: #364a63;
}
.nk-wgov .amount span {
	color: #526484;
}
.nk-wgov-data {
	width: 60%;
}
.nk-wgov-data + .nk-wgov-data {
	width: 40%;
}
.card-wg:after {
	content: "";
	position: absolute;
	height: 0.25rem;
	background-color: transparent;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0 0 3px 3px;
}
.card-wg.on-left:after {
	top: 0;
	right: auto;
	height: 100%;
	width: 0.25rem;
	border-radius: 3px 0 0 3px;
}
.card-wg.is-primary:after {
	background-color: #0de7b2;
}
.card-wg.is-secondary:after,
.card-wg.is-base:after {
	background-color: #364a63;
}
.card-wg.is-alter:after {
	background-color: #816bff;
}
.card-wg.is-success:after {
	background-color: #1ee0ac;
}
.card-wg.is-warning:after {
	background-color: #f4bd0e;
}
.card-wg.is-danger:after {
	background-color: #e85347;
}
.card-wg.is-info:after {
	background-color: #088b6b;
}
.card-wg.is-gray:after {
	background-color: #8091a7;
}
.linked-pro {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5rem -0.5rem;
	padding-top: 0.5rem;
}
.linked-item {
	width: 33.33%;
	text-align: center;
	padding: 0.625rem 0.5rem;
}
.linked-media {
	display: block;
	max-width: 36px;
	max-height: 36px;
	margin: auto;
}
.linked-title {
	margin-top: 0.375rem;
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #364a63;
}
@media (min-width: 376px) {
	.linked-item {
		width: 25%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.linked-item {
		width: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.linked-item {
		width: 25%;
	}
	.linked-media {
		max-width: 44px;
		max-height: 44px;
	}
}
@media (min-width: 992px) {
	.linked-item {
		width: 100px;
	}
	.linked-media {
		max-width: 48px;
		max-height: 48px;
	}
	.linked-title {
		font-size: 13px;
	}
}
.modal-body .nk-pps-apps:first-child {
	margin-top: 0;
}
.modal-body-lg .nk-pps-apps:first-child {
	margin-top: -0.75rem;
	margin-bottom: -0.5rem;
}
.nk-pps-apps .caption-text {
	line-height: 1.6;
	font-size: 0.9375rem;
}
.nk-pps-apps .method {
	align-items: center;
	display: flex;
}
.nk-pps-apps .method .icon {
	font-size: 18px;
	margin-right: 0.5rem;
	margin-top: -2px;
	color: #8094ae;
}
.nk-pps-apps.actived {
	display: block;
}
.nk-pps-title {
	position: relative;
	margin-bottom: 1.5rem;
}
.nk-pps-title .title {
	font-weight: 500;
	font-size: 1.5rem;
}
.nk-pps-title .title-sm {
	font-weight: 500;
	font-size: 1.125rem;
}
.nk-pps-title .title-sm + .caption-text {
	margin-top: 0.875rem;
}
.nk-pps-title .caption-text {
	margin-top: 1.5rem;
}
.nk-pps-title .caption-text:first-child {
	margin-top: 0;
}
.nk-pps-title p.caption-text {
	margin-bottom: 0;
}
.nk-pps-title .back-to {
	position: absolute;
	left: 0;
	top: 0.125rem;
}
.nk-pps-card:not(:last-child) {
	margin-bottom: 1.5rem;
}
.nk-pps-nav {
	margin-bottom: 2rem;
}
.nk-pps-dropdown {
	width: 100%;
}
.nk-pps-dropdown .dropdown-indicator {
	display: block;
	width: 100%;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	background: #fff;
}
.nk-pps-dropdown .dropdown-indicator:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 48px;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #8094ae;
	opacity: 0.5;
}
.nk-pps-dropdown .dropdown-indicator.is-single {
	cursor: default;
	pointer-events: none;
}
.nk-pps-dropdown .dropdown-indicator.is-single:after {
	content: "";
}
.nk-pps-dropdown .dropdown-menu-over {
	top: -70px !important;
}
.nk-pps-dropdown .dropdown-menu-over[x-placement^="top"] {
	top: 68px !important;
}
.nk-pps-dropdown .dropdown-menu-mxh {
	max-height: 228px;
}
.nk-pps-field-set:not(:last-child),
.nk-pps-field:not(:last-child) {
	margin-bottom: 1.75rem;
}
.nk-pps-field.form-action {
	padding-top: 0.5rem;
}
.nk-pps-data {
	margin-bottom: 1.5rem;
	line-height: 1.5rem;
}
.nk-pps-data + .nk-pps-data {
	margin-top: -0.75rem;
}
.nk-pps-data .sub-text,
.nk-pps-data .sub-text-sm {
	line-height: 1.3rem;
}
.nk-pps-data:last-child {
	margin-bottom: 0;
}
.nk-pps-notes {
	margin-top: 2.5rem;
	color: #8094ae;
	font-size: 0.875rem;
}
.nk-pps-notes.text-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}
.nk-pps-text.sm,
.nk-pps-text.md {
	margin: auto;
}
.nk-pps-text.sm {
	max-width: 360px;
}
.nk-pps-text.md {
	max-width: 435px;
}
.nk-pps-result {
	text-align: center;
}
.nk-pps-result .title {
	font-size: 1.5rem;
	font-weight: 500;
}
.nk-pps-result .title:not(:last-child) {
	margin-bottom: 1.5rem;
}
.nk-pps-result .title:not(:first-child) {
	margin-top: 1.25rem;
}
.nk-pps-result .nk-pps-action {
	margin-top: 1.5rem;
}
.nk-pps-result + .nk-pps-data {
	margin-top: 1.5rem;
}
.nk-pps-steps {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.nk-pps-steps:last-child {
	margin-bottom: 0.25rem;
}
.nk-pps-field.form-action + .nk-pps-steps {
	margin-top: -0.5rem;
}
.nk-pps-field.form-action + .nk-pps-steps .step {
	margin: 2px 3px;
}
.nk-pps-steps .step {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 2px 4px;
	background: rgba(183, 194, 208, 0.75);
	border-radius: 4px;
}
.nk-pps-steps .step.active {
	background: #0de7b2 !important;
}
.nk-pps-steps + .nk-pps-result {
	margin-top: 2.5rem;
}
.nk-pps-rate.form-note-alt {
	margin-left: auto;
}
@media (min-width: 576px) {
	.nk-pps-apps .caption-text {
		font-size: 1rem;
	}
	.nk-pps-result .nk-pps-action {
		margin-top: 2.25rem;
	}
	.nk-pps-steps {
		margin-bottom: 1.75rem;
	}
	.nk-pps-steps:last-child {
		margin-bottom: 0.25rem;
	}
	.nk-pps-field.form-action + .nk-pps-steps {
		margin-top: -0.5rem;
	}
	.nk-pps-title .title {
		font-size: 1.65rem;
	}
	.nk-pps-title .title-sm {
		font-size: 1.375rem;
	}
}
@media (min-height: 768px) {
	.nk-pps-apps {
		margin-top: 2.5rem;
	}
	.card-inner > .nk-pps-apps {
		margin-top: 0;
	}
	.nk-pps-steps + .nk-pps-result {
		margin-top: 5rem;
	}
	.card-inner .nk-pps-steps + .nk-pps-result {
		margin-top: 2rem;
	}
	.nk-pps-result .title:not(:first-child) {
		margin-top: 2.25rem;
	}
}
.nk-pm-list {
	border: 1px solid #dbdfea;
	background: #fff;
	border-radius: 4px;
}
.nk-pm-list.ui-alt {
	background: transparent;
	border-width: 0;
	display: flex;
	flex-wrap: wrap;
}
.nk-pm-item {
	position: relative;
}
.nk-pm-item:not(:last-child) {
	border-bottom: 1px solid #e5e9f2;
}
.ui-alt .nk-pm-item {
	width: calc(50% - 0.5rem);
	margin: 0.25rem;
	background: #fff;
	border: 1px solid #e5e9f2;
	border-radius: 4px;
}
.nk-pm-label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 16px 20px 16px 60px;
	cursor: pointer;
}
.nk-pm-label:before,
.nk-pm-label:after {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	height: 24px;
	width: 24px;
	border-radius: 50%;
}
.nk-pm-label:before {
	content: "";
	border: 2px solid #dbdfea;
}
.nk-pm-label:after {
	font-family: "Nioicon";
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #0de7b2;
	transition: opacity 0.3s;
	opacity: 0;
}
.nk-pm-label .pm-name {
	font-size: 14px;
	color: #364a63;
}
.nk-pm-label .pm-icon {
	display: inline-flex;
	font-size: 24px;
	color: #8094ae;
}
.nk-pm-control {
	position: absolute;
	top: 0;
	height: 1px;
	width: 1px;
	opacity: 0;
}
.nk-pm-control:checked ~ .nk-pm-label {
	cursor: default;
}
.nk-pm-control:checked ~ .nk-pm-label:after {
	opacity: 1;
}
.nk-cm-item {
	display: flex;
	align-items: center;
	height: 66px;
}
.dropdown-indicator .nk-cm-item,
.nk-dlist-item .nk-cm-item {
	padding: 1rem 1.25rem;
}
.nk-cm-item.single {
	padding: 1rem 1.25rem;
	width: 100%;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	background: #fff;
}
.nk-cm-item .label {
	font-size: 14px;
	line-height: 1.35;
	color: #364a63;
	display: block;
}
.nk-cm-icon {
	display: inline-flex;
	flex-shrink: 0;
}
.nk-cm-icon .icon {
	font-size: 31px;
	height: 32px;
	width: 32px;
	color: #8094ae;
}
.nk-cm-icon .icon.is-btc {
	color: #f9841e;
}
.nk-cm-icon .icon.is-eth {
	color: #6174b9;
}
.nk-cm-text {
	font-size: 12px;
	color: #8094ae;
	display: block;
}
.nk-cm-icon + .nk-cm-text {
	margin-left: 0.75rem;
}
.nk-dlist-item {
	transition: background 0.4s;
	background: #fff;
}
.nk-dlist-item:not(:last-child) {
	border-bottom: 1px solid #e5e9f2;
}
.nk-dlist-item:hover {
	background: rgba(245, 246, 250, 0.8);
}
.nk-dlist-item.selected {
	position: relative;
}
.nk-dlist-item.selected:after {
	font-family: "Nioicon";
	content: "";
	color: #0de7b2;
	text-align: center;
	line-height: 1;
	font-size: 1.25rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
}
.nk-dlist-opt {
	display: block;
}
.nk-glist {
	display: flex;
	flex-wrap: wrap;
	padding: 0.25rem 1rem;
}
.nk-glist li {
	padding: 0.625rem 0;
	width: 50%;
}
.text-center .nk-glist li {
	padding: 0.625rem 0.25rem;
}
.card-bordered .nk-glist + .nk-olist {
	border-top: 1px solid #dbdfea !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
@media (min-width: 576px) {
	.nk-glist li {
		width: 33.33%;
	}
}
.nk-olist {
	border: 1px solid #dbdfea;
	border-radius: 4px;
	background: #fff;
}
.nk-olist + .nk-olist,
.nk-olist + .sub-text-sm,
.nk-olist + .sub-text {
	margin-top: 0.75rem;
}
.nk-olist-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0.75rem 1rem;
}
.nk-olist-item:not(:last-of-type) {
	border-bottom: 1px solid #e5e9f2;
}
.is-plain .nk-olist-item:not(:last-of-type) {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: -0.25rem;
}
.is-compact .nk-olist-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.nk-olist-item-final {
	border-top: 1px solid #dbdfea;
}
.nk-olist-item-final:first-child {
	border-top: 0;
}
.nk-olist-item-final .label,
.nk-olist-item-final .data {
	font-weight: 500 !important;
	color: #1c2b46 !important;
}
.nk-olist-item.is-grouped {
	border-bottom: 0 none;
	padding-bottom: 0;
}
.nk-olist-item.is-grouped + .nk-olist-item {
	padding-top: 0.25rem;
}
.nk-olist-item .label {
	font-weight: 400;
	color: #8094ae;
}
.nk-olist-item .label.lead-text {
	color: #526484;
}
.nk-olist-item .label > span {
	white-space: nowrap;
}
.nk-olist-item .data {
	font-weight: 500;
	color: #364a63;
}
.nk-olist-item .data.note {
	font-weight: 400;
	color: #526484;
}
.is-aligned .nk-olist-item {
	justify-content: flex-start;
}
.is-aligned .nk-olist-item .label {
	width: 220px;
	max-width: 44%;
}
@media (max-width: 449px) {
	.nk-olist-flat .nk-olist-item {
		display: block;
	}
	.nk-olist-flat .nk-olist-item .label {
		font-size: 13px;
	}
	.nk-olist-flat.is-aligned .nk-olist-item .label {
		width: auto;
		max-width: 100%;
	}
}
.pay-info {
	margin: 0 auto;
	max-width: 400px;
}
.pay-info:not(:last-child) {
	margin-bottom: 1.25rem;
}
.pay-info-meta {
	font-weight: 500;
	color: #364a63;
}
.pay-info-meta li > span {
	color: #8094ae;
	font-weight: 400;
}
.pay-info .title .click-to-copy {
	transition: all 400ms;
	opacity: 0.3;
	font-size: 0.85em;
	line-height: 1.3;
	padding-left: 0.375rem;
	position: absolute;
}
.pay-info .title:hover .click-to-copy {
	opacity: 0.7;
}
.pay-info.clipboard-success .title .click-to-copy {
	opacity: 1;
}
.nk-ivp-apps .caption-text {
	line-height: 1.6;
}
.nk-ivp-title {
	text-align: center;
}
.nk-ivp-title .title {
	font-weight: 500;
}
.nk-ivp-title .caption-text,
.nk-ivp-title + .nk-ivp-form {
	margin-top: 1.5rem;
}
.nk-ivp-title,
.nk-ivp-overview,
.nk-ivp-overview + .form-note {
	margin-bottom: 1.5rem;
}
.nk-ivp-overview + .form-note {
	margin-top: -0.75rem;
}
.nk-ivp-summary {
	text-align: center;
	margin-top: 1rem;
}
.nk-ivp-summary .lead-text {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
}
.nk-ivp-summary .sub-text {
	font-size: 12px;
}
.nk-ivp-card {
	position: relative;
	transition: all 0.3s;
}
.nk-ivp-card:after {
	position: absolute;
	right: 12px;
	top: 12px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #0de7b2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: "Nioicon";
	content: "";
	opacity: 0;
	transition: opacity 0.3s;
}
.nk-ivp-plan:hover .nk-ivp-card {
	box-shadow: 0 2px 12px -4px rgba(43, 55, 72, 0.2);
}
.nk-ivp-control {
	position: absolute;
	opacity: 0;
	height: 1px;
	width: 1px;
}
.nk-ivp-control:checked + .nk-ivp-card {
	border-color: #0de7b2;
	box-shadow: 0 2px 12px -4px rgba(43, 55, 72, 0.2);
}
.nk-ivp-control:checked + .nk-ivp-card:after {
	opacity: 1;
}
.nk-ivp-control:checked + .nk-ivp-card .nk-ivp-btn-label {
	cursor: default;
	background: #0de7b2;
	border-color: #0de7b2;
	color: #fff;
}
.nk-ivp-control:checked + .nk-ivp-card .nk-ivp-btn-label .label-selected {
	display: block !important;
}
.nk-ivp-control:checked + .nk-ivp-card .nk-ivp-btn-label .label-base {
	display: none !important;
}
.nk-ivp-btn-label {
	cursor: pointer;
	padding: 0.4375rem 1rem;
	margin-bottom: 0;
	font-family: Roboto;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 4px;
	border: 1px solid #dbdfea;
	background: #f5f6fa;
	min-width: 170px;
	text-align: center;
	transition: all 0.3s;
}
.nk-ivp-btn-label .label-selected {
	display: none;
}
.nk-ivp-data li {
	display: flex;
	padding: 0.25rem 0;
}
.nk-ivp-data .label {
	min-width: 50%;
}
.nk-ivp-data .data {
	margin-left: auto;
}
.nk-ivp-data + .nk-ivp-action {
	padding-top: 2rem;
}
.nk-ivp-switch {
	margin-bottom: 1.5rem;
}
.nk-ivp-switch .nav:last-child {
	margin-bottom: 0;
}
.nk-ivp-action {
	padding-top: 2rem;
	text-align: center;
}
@media (min-width: 576px) {
	.nk-ivp-switch {
		margin-bottom: 2.25rem;
	}
	.nk-ivp-action {
		padding-top: 3.5rem;
	}
}
.nk-refwg {
	display: flex;
	flex-wrap: wrap;
}
.nk-refwg-invite,
.nk-refwg-stats {
	width: 100%;
}
.nk-refwg-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1.5rem;
}
.nk-refwg-group {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 30px;
}
.nk-refwg-name .title {
	font-size: 13px;
	color: #0de7b2;
}
.nk-refwg-name .title .icon {
	color: #8094ae;
	font-size: 0.75rem;
	margin-left: 0.125rem;
}
.nk-refwg-info {
	flex-grow: 1;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.nk-refwg-info .title {
	font-size: 1.125rem;
	font-weight: 500;
}
.nk-refwg-more {
	position: absolute;
	right: -4px;
	top: -2px;
}
.nk-refwg .nk-refwg-invite {
	border-bottom: 1px solid #dbdfea;
}
.nk-refwg-ck {
	height: 50px;
	margin-top: 0.75rem;
}
@media (min-width: 768px) {
	.nk-refwg .nk-refwg-invite {
		width: 55%;
		border-bottom: none;
		border-right: 1px solid #dbdfea;
	}
	.nk-refwg .nk-refwg-stats {
		width: 45%;
	}
}
.nk-help {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.nk-help-img {
	width: 120px;
	margin-right: 0;
	margin-bottom: 1.5rem;
	flex-shrink: 0;
	text-align: center;
	padding: 0.125rem;
}
.text-center .nk-help-img {
	margin-left: auto;
	margin-right: auto;
}
.nk-help-action {
	flex-shrink: 0;
	margin-top: 1.5rem;
	width: 100%;
	margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
	.nk-help {
		flex-wrap: nowrap;
	}
	.nk-help-img {
		margin-right: 1.5rem;
		margin-bottom: 0;
	}
	.card-inner-lg .nk-help-img {
		margin-left: -0.5rem;
	}
	.nk-help-text {
		flex-grow: 1;
		padding: 0.5rem 1rem 0.5rem 0.5rem;
	}
	.nk-help-action {
		width: auto;
		margin-top: 0;
		padding-left: 1.5rem;
	}
}
.card-full .nk-help-plain {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.nk-help-plain .nk-help-img {
	margin-bottom: 1.25rem;
}
.nk-help-plain .nk-help-text {
	padding: 0;
}
.nk-help-plain .nk-help-text:not(:last-child) {
	margin-bottom: 1.5rem;
}
.nk-help-plain .nk-help-action {
	margin-top: auto;
	padding: 0;
}
.nk-tnx {
	display: flex;
	align-items: center;
}
.nk-tnx-icon {
	font-size: 1.125rem;
	flex-shrink: 0;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ebeef2;
	margin-right: 1rem;
}
.nk-tnx-icon:last-child {
	margin-right: 0 !important;
}
.nk-tnx-text + .nk-tnx-icon {
	margin-left: 0.75rem;
}
@media (max-width: 991.98px) {
	.nk-tnx-icon {
		font-size: 0.875rem;
		height: 1.75rem;
		width: 1.75rem;
		margin-right: 0.75rem;
	}
	.nk-tnx-text + .nk-tnx-icon {
		margin-left: 0.5rem;
	}
}
@media (max-width: 575.98px) {
	.nk-tnx-icon {
		margin-right: 0.5rem;
	}
}
.nk-chart {
	height: 120px;
	width: 100%;
}
.nk-chart-label {
	margin-top: 0.25rem;
	font-size: 11px;
	font-weight: 500;
	color: #8094ae;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
}
.section {
	padding: 30px 0;
}
@media (min-width: 992px) {
	.section-lg {
		padding: 60px 0;
	}
}
.wide-xl {
	max-width: 1110px;
}
.card-shadow {
	box-shadow: 0px 2px 5.7px 0.3px rgba(31, 43, 58, 0.08);
}
.pricing.is-dark {
	color: #fff;
	background-color: #33527d !important;
}
.bg-grad-stripe-botttom {
	background: linear-gradient(to top, #f5f6fa 110px, #1f2b3a 110px);
}
.header-dark .logo-dark,
.on-dark:not(.has-fixed) .logo-dark {
	opacity: 0;
}
.header-dark .logo-light,
.on-dark:not(.has-fixed) .logo-light {
	opacity: 1;
}
.header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 92px;
}
.header-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
	transition: all 0.3s ease;
}
.header-main.is-transparent {
	background: transparent;
	padding: 0.5rem 0;
}
.header-main.has-fixed {
	position: fixed;
	padding: 0;
	box-shadow: 0 1px 3px 2px rgba(31, 43, 58, 0.08);
	width: 100%;
	background: #fff;
}
.header-logo {
	flex-shrink: 0;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 0;
}
.header-toggle {
	z-index: 1001;
}
.header-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	background: #fff;
	box-shadow: 0 0 12px rgba(129, 107, 255, 0.2);
	padding: 1.5rem 0;
	transform: translateX(-100%);
	z-index: 1001;
}
.header-menu.mobile-menu {
	transition: transform 0.3s linear;
}
.header-menu.active {
	transform: translateX(0);
}
.header-menu.active + .header-overlay {
	opacity: 1;
	visibility: visible;
}
.header-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(31, 43, 58, 0.4);
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	animation: overlay-fade-in 0.3s ease 0;
}
@media (min-width: 992px) {
	.header {
		padding-top: 92px;
	}
	.header-wrap {
		transition: 0.4s ease;
	}
	.header-toggle {
		display: none;
	}
	.header-menu {
		position: static !important;
		width: 100%;
		background: transparent !important;
		box-shadow: none !important;
		padding: 0;
		transform: none;
		display: flex;
		align-items: center;
		padding-left: 2rem;
		justify-content: space-between;
		transition: none;
	}
	.header-menu-list {
		margin-left: auto;
		padding: 0 1.375rem;
		display: flex;
		align-items: center;
	}
	.header-menu-list li {
		padding: 0 1.1875rem;
	}
	.header-menu-btns {
		padding-top: 0rem;
	}
}
@keyframes overlay-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.menu-item {
	position: relative;
}
.menu-link {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25rem;
	color: #364a63;
	padding: 0.5rem 1.5rem;
	transition: all ease-in 0.3s;
}
.has-sub > .menu-link:after {
	position: relative;
	content: "";
	font-family: "Nioicon";
	margin-left: auto;
	margin-right: -0.125rem;
	transition: transform 0.3s linear;
}
.menu-link:hover,
.active > .menu-link,
.menu-link.active {
	color: #0de7b2;
}
.active > .menu-link:after {
	transform: rotate(90deg);
}
.menu-sub {
	display: none;
	padding: 0.75rem 0;
	background-color: rgba(31, 43, 58, 0.04);
}
.menu-sub .menu-link {
	padding: 0.5rem 1.5rem;
	font-weight: 400;
}
.menu-sub .menu-sub {
	padding: 0.1875rem 0;
	margin: 0 1.5rem;
	background-color: transparent;
	border-left: 1px solid rgba(31, 43, 58, 0.08);
}
.menu-sub .menu-sub .menu-link {
	padding: 0.5rem 1rem;
}
.menu-sub.active {
	display: block;
}
.menu-sub .menu-link {
	font-size: 0.875rem;
}
.menu-btns {
	padding-top: 1.75rem;
}
.menu-btns li {
	padding: 0 1.5rem;
}
.menu-toggler {
	border: none;
	background: transparent;
	font-size: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	outline: none;
	color: #1f2b3a;
}
.header-dark .menu-toggler,
.on-dark:not(.has-fixed) .menu-toggler {
	color: #fff;
}
.menu-toggler.active {
	background: #fff;
	color: #0de7b2 !important;
	outline: none;
}
.menu-toggler:focus {
	outline: none;
}
.active > .menu-on {
	display: none;
}
.menu-off {
	display: none;
}
.active > .menu-off {
	display: block;
}
@media (min-width: 992px) {
	.menu-wrap {
		display: flex;
		align-items: center;
	}
	.menu-list {
		display: flex;
		align-items: center;
	}
	.menu-link {
		padding: 1rem 1rem;
	}
	.header-dark .menu-link,
	.on-dark:not(.has-fixed) .menu-link {
		color: rgba(255, 255, 255, 0.8);
	}
	.has-sub > .menu-link:after {
		transform: rotate(90deg);
		padding-bottom: 0.125rem;
	}
	.has-sub .has-sub .menu-link:after {
		transform: rotate(0);
		padding-bottom: 0;
	}
	.menu-item:hover > .menu-link {
		color: #0de7b2;
	}
	.header-dark .menu-item:hover > .menu-link,
	.on-dark:not(.has-fixed) .menu-item:hover > .menu-link {
		color: #fff;
	}
	.menu-item:hover > .menu-sub {
		opacity: 1;
		visibility: visible;
	}
	.menu-sub {
		display: block !important;
		position: absolute;
		top: 100%;
		background-color: #fff;
		box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
		border-radius: 4px;
		min-width: 200px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}
	.header-dark .menu-sub .menu-link,
	.on-dark:not(.has-fixed) .menu-sub .menu-link {
		color: #364a63;
	}
	.menu-sub .menu-item:hover > .menu-link {
		color: #0de7b2;
	}
	.header-dark .menu-sub .menu-item:hover > .menu-link,
	.on-dark:not(.has-fixed) .menu-sub .menu-item:hover > .menu-link {
		color: #0de7b2;
	}
	.menu-sub .menu-sub {
		left: calc(100% - 1.5rem - 0.5rem);
		top: 0;
		margin: 0;
		background-color: #fff;
		padding: 0.75rem 0;
	}
	.menu-sub .menu-sub .menu-link {
		padding: 0.5rem 1.5rem;
	}
	.menu-sub .menu-list {
		flex-direction: column;
	}
	.menu-sub .menu-list li {
		width: 100%;
	}
	.menu-btns {
		padding-top: 0rem;
		padding-left: 1rem;
		margin: -1.5rem;
	}
	.menu-btns li {
		padding: 0 1.5rem;
	}
}
.pricing-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #364a63;
}
.is-dark .pricing-title {
	color: #fff;
}
.pricing-parcent {
	border: 0.5rem solid #0de7b2;
	height: 135px;
	width: 135px;
	margin: 1.5rem auto;
	border-radius: 50%;
	padding: 1.875rem 0;
}
.pricing .percent {
	font-weight: 400;
	color: #364a63;
}
.pricing.is-dark .percent {
	color: #fff;
}
.pricing .text {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1px;
	color: #364a63;
}
.pricing.is-dark .text {
	color: #b6c6e3;
}
.pricing.is-dark .sub-title {
	color: #b6c6e3;
}
.pricing-action {
	padding-top: 1rem;
}
.pricing-feature li {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
}
.icon-list {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	color: #8091a7;
}
.icon-list li a {
	display: inline-block;
	color: #8094ae;
}
.icon-list li a:hover {
	color: #0de7b2;
}
.icon-list .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.25rem;
	width: 2.25rem;
	border-radius: 4px;
	border: 1px solid transparent;
}
.icon-bordered {
	margin: -0.25rem;
}
.icon-bordered li {
	padding: 0.25rem;
}
.icon-bordered .icon {
	border-color: #dbdfea;
}
.icon-rounded .icon {
	border-radius: 50%;
} /*! END @iO */
